Show / Hide Table of Contents

Class CfnEC2Fleet.ReservedCapacityOptionsRequestProperty

Inheritance
object
CfnEC2Fleet.ReservedCapacityOptionsRequestProperty
Implements
CfnEC2Fleet.IReservedCapacityOptionsRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEC2Fleet.ReservedCapacityOptionsRequestProperty : CfnEC2Fleet.IReservedCapacityOptionsRequestProperty
Syntax (vb)
Public Class CfnEC2Fleet.ReservedCapacityOptionsRequestProperty Implements CfnEC2Fleet.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.AWS.EC2;

             var reservedCapacityOptionsRequestProperty = new ReservedCapacityOptionsRequestProperty {
                 ReservationTypes = new [] { "reservationTypes" }
             };

Synopsis

Constructors

ReservedCapacityOptionsRequestProperty()

Properties

ReservationTypes

Constructors

ReservedCapacityOptionsRequestProperty()

public ReservedCapacityOptionsRequestProperty()
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.AWS.EC2;

             var reservedCapacityOptionsRequestProperty = new ReservedCapacityOptionsRequestProperty {
                 ReservationTypes = new [] { "reservationTypes" }
             };

Properties

ReservationTypes

public string[]? ReservationTypes { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnEC2Fleet.IReservedCapacityOptionsRequestProperty
Back to top Generated by DocFX