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.



5040
5041
5042
5043
5044
5045
# File 'lib/aws-sdk-glue/types.rb', line 5040

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

#nameString

The name for the new security configuration.

Returns:

  • (String)


5040
5041
5042
5043
5044
5045
# File 'lib/aws-sdk-glue/types.rb', line 5040

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