Interface CfnCluster.ManagedStorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ManagedStorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.ManagedStorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ecs.*; ManagedStorageConfigurationProperty managedStorageConfigurationProperty = ManagedStorageConfigurationProperty.builder() .fargateEphemeralStorageKmsKeyId("fargateEphemeralStorageKmsKeyId") .kmsKeyId("kmsKeyId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.ManagedStorageConfigurationProperty
static final class
An implementation forCfnCluster.ManagedStorageConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFargateEphemeralStorageKmsKeyId
Specify the AWS Key Management Service key ID for the Fargate ephemeral storage.- See Also:
-
getKmsKeyId
Specify a AWS Key Management Service key ID to encrypt the managed storage.- See Also:
-
builder
-