Show / Hide Table of Contents

Interface IFleetReference

A reference to a Fleet resource.

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

            var fleetReference = new FleetReference {
                FleetArn = "fleetArn"
            };

Synopsis

Properties

FleetArn

The Arn of the Fleet resource.

Properties

FleetArn

The Arn of the Fleet resource.

string FleetArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX