Interface CfnEC2FleetPropsMixin.IReservedCapacityOptionsRequestProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnEC2FleetPropsMixin.IReservedCapacityOptionsRequestProperty
Syntax (vb)
Public Interface CfnEC2FleetPropsMixin.IReservedCapacityOptionsRequestProperty
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.CfnPropertyMixins.AWS.EC2;
var reservedCapacityOptionsRequestProperty = new ReservedCapacityOptionsRequestProperty {
AllocationStrategy = "allocationStrategy",
CapacityReservationTarget = new CapacityReservationTargetRequestProperty {
CapacityReservationIds = new [] { "capacityReservationIds" },
CapacityReservationResourceGroupArns = new [] { "capacityReservationResourceGroupArns" }
},
ReservationTypes = new [] { "reservationTypes" },
ReservedCapacityFallbackOptions = new ReservedCapacityFallbackOptionsRequestProperty {
MarketTypes = new [] { "marketTypes" }
}
};
Synopsis
Properties
| AllocationStrategy | |
| CapacityReservationTarget | |
| ReservationTypes | |
| ReservedCapacityFallbackOptions |
Properties
AllocationStrategy
string? AllocationStrategy { get; }
Property Value
Remarks
CapacityReservationTarget
object? CapacityReservationTarget { get; }
Property Value
Remarks
Type union: either IResolvable or CfnEC2FleetPropsMixin.ICapacityReservationTargetRequestProperty
ReservationTypes
ReservedCapacityFallbackOptions
object? ReservedCapacityFallbackOptions { get; }
Property Value
Remarks
Type union: either IResolvable or CfnEC2FleetPropsMixin.IReservedCapacityFallbackOptionsRequestProperty