Class: Aws::Glue::Types::PutDataCatalogEncryptionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutDataCatalogEncryptionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog to set the security configuration for.
-
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
The security configuration to set.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
18250 18251 18252 18253 18254 18255 |
# File 'lib/aws-sdk-glue/types.rb', line 18250 class PutDataCatalogEncryptionSettingsRequest < Struct.new( :catalog_id, :data_catalog_encryption_settings) SENSITIVE = [] include Aws::Structure end |
#data_catalog_encryption_settings ⇒ Types::DataCatalogEncryptionSettings
The security configuration to set.
18250 18251 18252 18253 18254 18255 |
# File 'lib/aws-sdk-glue/types.rb', line 18250 class PutDataCatalogEncryptionSettingsRequest < Struct.new( :catalog_id, :data_catalog_encryption_settings) SENSITIVE = [] include Aws::Structure end |