Interface ICapacityReservationReference
A reference to a CapacityReservation resource.
Namespace: Amazon.CDK.Interfaces.Athena
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICapacityReservationReference
Syntax (vb)
Public Interface ICapacityReservationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Athena;
var capacityReservationReference = new CapacityReservationReference {
CapacityReservationArn = "capacityReservationArn"
};
Synopsis
Properties
| CapacityReservationArn | The Arn of the CapacityReservation resource. |
Properties
CapacityReservationArn
The Arn of the CapacityReservation resource.
string CapacityReservationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated