interface ManagedInstancesStorageConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.ECS.CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnCapacityProvider_ManagedInstancesStorageConfigurationProperty | 
|  Java | software.amazon.awscdk.services.ecs.CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty | 
|  Python | aws_cdk.aws_ecs.CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_ecs»CfnCapacityProvider»ManagedInstancesStorageConfigurationProperty | 
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 { aws_ecs as ecs } from 'aws-cdk-lib';
const managedInstancesStorageConfigurationProperty: ecs.CfnCapacityProvider.ManagedInstancesStorageConfigurationProperty = {
  storageSizeGiB: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| storage | number | The size of the tasks volume. | 
storageSizeGiB
Type:
number
The size of the tasks volume.
