interface CapacityReservationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Athena.CapacityReservationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#CapacityReservationReference |
![]() | software.amazon.awscdk.services.athena.CapacityReservationReference |
![]() | aws_cdk.aws_athena.CapacityReservationReference |
![]() | aws-cdk-lib » 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 athena } from 'aws-cdk-lib';
const capacityReservationReference: 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.