/AWS1/CL_ECSMANAGEDSTORAGECONF¶
The managed storage configuration for the cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Specify a Key Management Service key ID to encrypt Amazon ECS managed storage.
When you specify a
kmsKeyId, Amazon ECS uses the key to encrypt data volumes managed by Amazon ECS that are attached to tasks in the cluster. The following data volumes are managed by Amazon ECS: Amazon EBS. For more information about encryption of Amazon EBS volumes attached to Amazon ECS tasks, see Encrypt data stored in Amazon EBS volumes for Amazon ECS in the Amazon Elastic Container Service Developer Guide.The key must be a single Region key.
iv_fargateephemeralstrgkms00 TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Specify the Key Management Service key ID for Fargate ephemeral storage.
When you specify a
fargateEphemeralStorageKmsKeyId, Amazon Web Services Fargate uses the key to encrypt data at rest in ephemeral storage. For more information about Fargate ephemeral storage encryption, see Customer managed keys for Amazon Web Services Fargate ephemeral storage for Amazon ECS in the Amazon Elastic Container Service Developer Guide.The key must be a single Region key.
Queryable Attributes¶
kmsKeyId¶
Specify a Key Management Service key ID to encrypt Amazon ECS managed storage.
When you specify a
kmsKeyId, Amazon ECS uses the key to encrypt data volumes managed by Amazon ECS that are attached to tasks in the cluster. The following data volumes are managed by Amazon ECS: Amazon EBS. For more information about encryption of Amazon EBS volumes attached to Amazon ECS tasks, see Encrypt data stored in Amazon EBS volumes for Amazon ECS in the Amazon Elastic Container Service Developer Guide.The key must be a single Region key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |
fargateEphemeralStorageKmsKeyId¶
Specify the Key Management Service key ID for Fargate ephemeral storage.
When you specify a
fargateEphemeralStorageKmsKeyId, Amazon Web Services Fargate uses the key to encrypt data at rest in ephemeral storage. For more information about Fargate ephemeral storage encryption, see Customer managed keys for Amazon Web Services Fargate ephemeral storage for Amazon ECS in the Amazon Elastic Container Service Developer Guide.The key must be a single Region key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARGATEEPHEMERALSTRGKM00() |
Getter for FARGATEEPHEMERALSTRGKMSKEYID, with configurable d |
ASK_FARGATEEPHEMERALSTRGKM00() |
Getter for FARGATEEPHEMERALSTRGKMSKEYID w/ exceptions if fie |
HAS_FARGATEEPHEMERALSTRGKM00() |
Determine if FARGATEEPHEMERALSTRGKMSKEYID has a value |