interface CapacityReservationsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Batch.CfnComputeEnvironment.CapacityReservationsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnComputeEnvironment_CapacityReservationsProperty |
Java | software.amazon.awscdk.services.batch.CfnComputeEnvironment.CapacityReservationsProperty |
Python | aws_cdk.aws_batch.CfnComputeEnvironment.CapacityReservationsProperty |
TypeScript | aws-cdk-lib » aws_batch » CfnComputeEnvironment » CapacityReservationsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const capacityReservationsProperty: batch.CfnComputeEnvironment.CapacityReservationsProperty = {
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