Class: Aws::Glue::Types::EncryptionAtRest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::EncryptionAtRest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies the encryption-at-rest configuration for the Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_encryption_mode ⇒ String
The encryption-at-rest mode for encrypting Data Catalog data.
-
#catalog_encryption_service_role ⇒ String
The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller’s behalf.
-
#sse_aws_kms_key_id ⇒ String
The ID of the KMS key to use for encryption at rest.
Instance Attribute Details
#catalog_encryption_mode ⇒ String
The encryption-at-rest mode for encrypting Data Catalog data.
8895 8896 8897 8898 8899 8900 8901 |
# File 'lib/aws-sdk-glue/types.rb', line 8895 class EncryptionAtRest < Struct.new( :catalog_encryption_mode, :sse_aws_kms_key_id, :catalog_encryption_service_role) SENSITIVE = [] include Aws::Structure end |
#catalog_encryption_service_role ⇒ String
The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller’s behalf.
8895 8896 8897 8898 8899 8900 8901 |
# File 'lib/aws-sdk-glue/types.rb', line 8895 class EncryptionAtRest < Struct.new( :catalog_encryption_mode, :sse_aws_kms_key_id, :catalog_encryption_service_role) SENSITIVE = [] include Aws::Structure end |
#sse_aws_kms_key_id ⇒ String
The ID of the KMS key to use for encryption at rest.
8895 8896 8897 8898 8899 8900 8901 |
# File 'lib/aws-sdk-glue/types.rb', line 8895 class EncryptionAtRest < Struct.new( :catalog_encryption_mode, :sse_aws_kms_key_id, :catalog_encryption_service_role) SENSITIVE = [] include Aws::Structure end |