interface CapacityReservationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Athena.CapacityReservationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsathena#CapacityReservationReference |
Java | software.amazon.awscdk.interfaces.athena.CapacityReservationReference |
Python | aws_cdk.interfaces.aws_athena.CapacityReservationReference |
TypeScript | aws-cdk-lib » interfaces » aws_athena » CapacityReservationReference |
A reference to a CapacityReservation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_athena as interfaces_aws_athena } from 'aws-cdk-lib/interfaces';
const capacityReservationReference: interfaces_aws_athena.CapacityReservationReference = {
capacityReservationArn: 'capacityReservationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| capacity | string | The Arn of the CapacityReservation resource. |
capacityReservationArn
Type:
string
The Arn of the CapacityReservation resource.

.NET
Go
Java
Python
TypeScript