interface AcceleratorTotalMemoryMiBRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.CfnCapacityProvider.AcceleratorTotalMemoryMiBRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnCapacityProvider_AcceleratorTotalMemoryMiBRequestProperty |
Java | software.amazon.awscdk.services.ecs.CfnCapacityProvider.AcceleratorTotalMemoryMiBRequestProperty |
Python | aws_cdk.aws_ecs.CfnCapacityProvider.AcceleratorTotalMemoryMiBRequestProperty |
TypeScript | aws-cdk-lib » aws_ecs » CfnCapacityProvider » AcceleratorTotalMemoryMiBRequestProperty |
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 acceleratorTotalMemoryMiBRequestProperty: ecs.CfnCapacityProvider.AcceleratorTotalMemoryMiBRequestProperty = {
max: 123,
min: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max? | number | |
| min? | number |
max?
Type:
number
(optional)
min?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript