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: