Class: Aws::Glue::Types::CreateSecurityConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::EncryptionConfiguration

The encryption configuration for the new security configuration.



5837
5838
5839
5840
5841
5842
# File 'lib/aws-sdk-glue/types.rb', line 5837

class CreateSecurityConfigurationRequest < Struct.new(
  :name,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the new security configuration.

Returns:

  • (String)


5837
5838
5839
5840
5841
5842
# File 'lib/aws-sdk-glue/types.rb', line 5837

class CreateSecurityConfigurationRequest < Struct.new(
  :name,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end