Interface ManagedStorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedStorageConfiguration.Builder,
,ManagedStorageConfiguration> SdkBuilder<ManagedStorageConfiguration.Builder,
,ManagedStorageConfiguration> SdkPojo
- Enclosing class:
ManagedStorageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfargateEphemeralStorageKmsKeyId
(String fargateEphemeralStorageKmsKeyId) Specify the Key Management Service key ID for Fargate ephemeral storage.Specify a Key Management Service key ID to encrypt Amazon ECS managed storage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fargateEphemeralStorageKmsKeyId
ManagedStorageConfiguration.Builder fargateEphemeralStorageKmsKeyId(String 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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-