Interface CfnCapacityProviderPropsMixin.ManagedInstancesStorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCapacityProviderPropsMixin.ManagedInstancesStorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnCapacityProviderPropsMixin
@Stability(Stable)
public static interface CfnCapacityProviderPropsMixin.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.cfnpropertymixins.services.ecs.*;
ManagedInstancesStorageConfigurationProperty managedInstancesStorageConfigurationProperty = ManagedInstancesStorageConfigurationProperty.builder()
.storageSizeGiB(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCapacityProviderPropsMixin.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 CfnCapacityProviderPropsMixin.ManagedInstancesStorageConfigurationProperty.Builder builder()
-