Show / Hide Table of Contents

Interface IStackFleetAssociationReference

A reference to a StackFleetAssociation resource.

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

            var stackFleetAssociationReference = new StackFleetAssociationReference {
                StackFleetAssociationId = "stackFleetAssociationId"
            };

Synopsis

Properties

StackFleetAssociationId

The Id of the StackFleetAssociation resource.

Properties

StackFleetAssociationId

The Id of the StackFleetAssociation resource.

string StackFleetAssociationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX