Class: Aws::MediaLive::Types::AccountConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::AccountConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the KMS key to use for all features that use key encryption.
 
Instance Attribute Details
#kms_key_id ⇒ String
Specifies the KMS key to use for all features that use key encryption. Specify the ARN of a KMS key that you have created. Or leave blank to use the key that MediaLive creates and manages for you.
      175 176 177 178 179  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 175 class AccountConfiguration < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end  |