Class: Aws::Glue::Types::PutDataCatalogEncryptionSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

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.

Returns:

  • (String)


17464
17465
17466
17467
17468
17469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17464

class PutDataCatalogEncryptionSettingsRequest < Struct.new(
  :catalog_id,
  :data_catalog_encryption_settings)
  SENSITIVE = []
  include Aws::Structure
end

#data_catalog_encryption_settingsTypes::DataCatalogEncryptionSettings

The security configuration to set.



17464
17465
17466
17467
17468
17469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17464

class PutDataCatalogEncryptionSettingsRequest < Struct.new(
  :catalog_id,
  :data_catalog_encryption_settings)
  SENSITIVE = []
  include Aws::Structure
end