Show / Hide Table of Contents

Interface IEC2FleetReference

A reference to a EC2Fleet resource.

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

            var eC2FleetReference = new EC2FleetReference {
                FleetId = "fleetId"
            };

Synopsis

Properties

FleetId

The FleetId of the EC2Fleet resource.

Properties

FleetId

The FleetId of the EC2Fleet resource.

string FleetId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX