Class: Aws::Glue::Types::JobBookmarksEncryption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::JobBookmarksEncryption
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies how job bookmark data should be encrypted.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_bookmarks_encryption_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encryption mode to use for job bookmarks data. 
- 
  
    
      #kms_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. 
Instance Attribute Details
#job_bookmarks_encryption_mode ⇒ String
The encryption mode to use for job bookmarks data.
| 16497 16498 16499 16500 16501 16502 | # File 'lib/aws-sdk-glue/types.rb', line 16497 class JobBookmarksEncryption < Struct.new( :job_bookmarks_encryption_mode, :kms_key_arn) SENSITIVE = [] include Aws::Structure end | 
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
| 16497 16498 16499 16500 16501 16502 | # File 'lib/aws-sdk-glue/types.rb', line 16497 class JobBookmarksEncryption < Struct.new( :job_bookmarks_encryption_mode, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |