Class CapacityReservationReference
A reference to a CapacityReservation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Athena
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CapacityReservationReference : ICapacityReservationReference
Syntax (vb)
Public Class CapacityReservationReference Implements 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
Constructors
| CapacityReservationReference() | A reference to a CapacityReservation resource. |
Properties
| CapacityReservationArn | The Arn of the CapacityReservation resource. |
Constructors
CapacityReservationReference()
A reference to a CapacityReservation resource.
public CapacityReservationReference()
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"
};
Properties
CapacityReservationArn
The Arn of the CapacityReservation resource.
public string CapacityReservationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated