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.
| 10146 10147 10148 10149 10150 10151 10152 | # File 'lib/aws-sdk-glue/types.rb', line 10146 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.
| 10146 10147 10148 10149 10150 10151 10152 | # File 'lib/aws-sdk-glue/types.rb', line 10146 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.
| 10146 10147 10148 10149 10150 10151 10152 | # File 'lib/aws-sdk-glue/types.rb', line 10146 class EncryptionAtRest < Struct.new( :catalog_encryption_mode, :sse_aws_kms_key_id, :catalog_encryption_service_role) SENSITIVE = [] include Aws::Structure end |