Class: Aws::Glue::Types::CloudWatchEncryption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CloudWatchEncryption
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies how Amazon CloudWatch data should be encrypted.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cloud_watch_encryption_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encryption mode to use for CloudWatch data. 
- 
  
    
      #kms_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. 
Instance Attribute Details
#cloud_watch_encryption_mode ⇒ String
The encryption mode to use for CloudWatch data.
| 2500 2501 2502 2503 2504 2505 | # File 'lib/aws-sdk-glue/types.rb', line 2500 class CloudWatchEncryption < Struct.new( :cloud_watch_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.
| 2500 2501 2502 2503 2504 2505 | # File 'lib/aws-sdk-glue/types.rb', line 2500 class CloudWatchEncryption < Struct.new( :cloud_watch_encryption_mode, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |