Class: Aws::ECS::Types::ManagedStorageConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::ManagedStorageConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
The managed storage configuration for the cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fargate_ephemeral_storage_kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the Key Management Service key ID for the Fargate ephemeral storage.
 - 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify a Key Management Service key ID to encrypt the managed storage.
 
Instance Attribute Details
#fargate_ephemeral_storage_kms_key_id ⇒ String
Specify the Key Management Service key ID for the Fargate ephemeral storage.
      6706 6707 6708 6709 6710 6711  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6706 class ManagedStorageConfiguration < Struct.new( :kms_key_id, :fargate_ephemeral_storage_kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_id ⇒ String
Specify a Key Management Service key ID to encrypt the managed storage.
      6706 6707 6708 6709 6710 6711  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6706 class ManagedStorageConfiguration < Struct.new( :kms_key_id, :fargate_ephemeral_storage_kms_key_id) SENSITIVE = [] include Aws::Structure end  |