interface BaselineEbsBandwidthMbpsRequestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.CfnCapacityProvider.BaselineEbsBandwidthMbpsRequestProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnCapacityProvider_BaselineEbsBandwidthMbpsRequestProperty |
![]() | software.amazon.awscdk.services.ecs.CfnCapacityProvider.BaselineEbsBandwidthMbpsRequestProperty |
![]() | aws_cdk.aws_ecs.CfnCapacityProvider.BaselineEbsBandwidthMbpsRequestProperty |
![]() | aws-cdk-lib » aws_ecs » CfnCapacityProvider » BaselineEbsBandwidthMbpsRequestProperty |
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 baselineEbsBandwidthMbpsRequestProperty: ecs.CfnCapacityProvider.BaselineEbsBandwidthMbpsRequestProperty = {
max: 123,
min: 123,
};
Properties
Name | Type | Description |
---|---|---|
max? | number | |
min? | number |
max?
Type:
number
(optional)
min?
Type:
number
(optional)