Interface CfnAutoScalingGroup.ICapacityReservationTargetProperty
The target for the Capacity Reservation.
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICapacityReservationTargetProperty
Syntax (vb)
Public Interface ICapacityReservationTargetProperty
Remarks
Specify Capacity Reservations IDs or Capacity Reservation resource group ARNs.
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.AWS.AutoScaling;
var capacityReservationTargetProperty = new CapacityReservationTargetProperty {
CapacityReservationIds = new [] { "capacityReservationIds" },
CapacityReservationResourceGroupArns = new [] { "capacityReservationResourceGroupArns" }
};
Synopsis
Properties
Capacity |
The Capacity Reservation IDs to launch instances into. |
Capacity |
The resource group ARNs of the Capacity Reservation to launch instances into. |
Properties
CapacityReservationIds
The Capacity Reservation IDs to launch instances into.
virtual string[] CapacityReservationIds { get; }
Property Value
System.
Remarks
CapacityReservationResourceGroupArns
The resource group ARNs of the Capacity Reservation to launch instances into.
virtual string[] CapacityReservationResourceGroupArns { get; }
Property Value
System.