Show / Hide Table of Contents

Interface ICapacityReservationFleetReference

A reference to a CapacityReservationFleet resource.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICapacityReservationFleetReference
Syntax (vb)
Public Interface ICapacityReservationFleetReference
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.AWS.EC2;

            var capacityReservationFleetReference = new CapacityReservationFleetReference {
                CapacityReservationFleetId = "capacityReservationFleetId"
            };

Synopsis

Properties

CapacityReservationFleetId

The CapacityReservationFleetId of the CapacityReservationFleet resource.

Properties

CapacityReservationFleetId

The CapacityReservationFleetId of the CapacityReservationFleet resource.

string CapacityReservationFleetId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX