Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-reservedcapacityoptionsrequest.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-reservedcapacityoptionsrequest.html#cfn-ec2-ec2fleet-reservedcapacityoptionsrequest-allocationstrategy

CapacityReservationTarget

object? CapacityReservationTarget { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-reservedcapacityoptionsrequest.html#cfn-ec2-ec2fleet-reservedcapacityoptionsrequest-capacityreservationtarget

Type union: either IResolvable or CfnEC2FleetPropsMixin.ICapacityReservationTargetRequestProperty

ReservationTypes

string[]? ReservationTypes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-reservedcapacityoptionsrequest.html#cfn-ec2-ec2fleet-reservedcapacityoptionsrequest-reservationtypes

ReservedCapacityFallbackOptions

object? ReservedCapacityFallbackOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-reservedcapacityoptionsrequest.html#cfn-ec2-ec2fleet-reservedcapacityoptionsrequest-reservedcapacityfallbackoptions

Type union: either IResolvable or CfnEC2FleetPropsMixin.IReservedCapacityFallbackOptionsRequestProperty

Back to top Generated by DocFX