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.
7167 7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-ecs/types.rb', line 7167 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.
7167 7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-ecs/types.rb', line 7167 class ManagedStorageConfiguration < Struct.new( :kms_key_id, :fargate_ephemeral_storage_kms_key_id) SENSITIVE = [] include Aws::Structure end |