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 {
                 ReservationTypes = new [] { "reservationTypes" }
             };

Synopsis

Properties

ReservationTypes

Properties

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

Back to top Generated by DocFX