CapacityReservationReference

class aws_cdk.aws_athena.CapacityReservationReference(*, capacity_reservation_arn)

Bases: object

A reference to a CapacityReservation resource.

Parameters:

capacity_reservation_arn (str) – The Arn of the CapacityReservation resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_athena as athena

capacity_reservation_reference = athena.CapacityReservationReference(
    capacity_reservation_arn="capacityReservationArn"
)

Attributes

capacity_reservation_arn

The Arn of the CapacityReservation resource.