interface CapacityReservationRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ECS.CfnCapacityProviderPropsMixin.CapacityReservationRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecs#CfnCapacityProviderPropsMixin_CapacityReservationRequestProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnCapacityProviderPropsMixin.CapacityReservationRequestProperty |
Python | aws_cdk.cfn_property_mixins.aws_ecs.CfnCapacityProviderPropsMixin.CapacityReservationRequestProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ecs » CfnCapacityProviderPropsMixin » CapacityReservationRequestProperty |
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/cfn-property-mixins';
const capacityReservationRequestProperty: ecs.CfnCapacityProviderPropsMixin.CapacityReservationRequestProperty = {
reservationGroupArn: 'reservationGroupArn',
reservationPreference: 'reservationPreference',
};
Properties
| Name | Type | Description |
|---|---|---|
| reservation | string | |
| reservation | string |
reservationGroupArn?
Type:
string
(optional)
reservationPreference?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript