interface ManagedStorageConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.CfnCluster.ManagedStorageConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnCluster_ManagedStorageConfigurationProperty |
![]() | software.amazon.awscdk.services.ecs.CfnCluster.ManagedStorageConfigurationProperty |
![]() | aws_cdk.aws_ecs.CfnCluster.ManagedStorageConfigurationProperty |
![]() | aws-cdk-lib » aws_ecs » CfnCluster » ManagedStorageConfigurationProperty |
The managed storage configuration for the cluster.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from 'aws-cdk-lib';
const managedStorageConfigurationProperty: ecs.CfnCluster.ManagedStorageConfigurationProperty = {
fargateEphemeralStorageKmsKeyId: 'fargateEphemeralStorageKmsKeyId',
kmsKeyId: 'kmsKeyId',
};
Properties
Name | Type | Description |
---|---|---|
fargate | string | Specify the AWS Key Management Service key ID for the Fargate ephemeral storage. |
kms | string | Specify a AWS Key Management Service key ID to encrypt the managed storage. |
fargateEphemeralStorageKmsKeyId?
Type:
string
(optional)
Specify the AWS Key Management Service key ID for the Fargate ephemeral storage.
The key must be a single Region key.
kmsKeyId?
Type:
string
(optional)
Specify a AWS Key Management Service key ID to encrypt the managed storage.
The key must be a single Region key.