interface ICapacityReservationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Athena.ICapacityReservationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#ICapacityReservationRef |
Java | software.amazon.awscdk.services.athena.ICapacityReservationRef |
Python | aws_cdk.aws_athena.ICapacityReservationRef |
TypeScript | aws-cdk-lib » aws_athena » ICapacityReservationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a CapacityReservation.
Properties
| Name | Type | Description |
|---|---|---|
| capacity | Capacity | A reference to a CapacityReservation resource. |
| node | Node | The tree node. |
capacityReservationRef
Type:
Capacity
A reference to a CapacityReservation resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript