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.
21955 21956 21957 21958 21959 21960 |
# File 'lib/aws-sdk-glue/types.rb', line 21955 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.
21955 21956 21957 21958 21959 21960 |
# File 'lib/aws-sdk-glue/types.rb', line 21955 class PutDataCatalogEncryptionSettingsRequest < Struct.new( :catalog_id, :data_catalog_encryption_settings) SENSITIVE = [] include Aws::Structure end |