Interface CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnCapacityProvider
@Stability(Stable)
public static interface CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The storage configuration for Amazon ECS Managed Instances.
This defines the root volume configuration for the instances.
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.*;
ManagedInstancesStorageConfigurationProperty managedInstancesStorageConfigurationProperty = ManagedInstancesStorageConfigurationProperty.builder()
.storageSizeGiB(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCapacityProvider.ManagedInstancesStorageConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStorageSizeGiB
The size of the tasks volume.- See Also:
-
builder
@Stability(Stable) static CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty.Builder builder()
-