Interface IApplicationFleetAssociationReference
A reference to a ApplicationFleetAssociation resource.
Namespace: Amazon.CDK.Interfaces.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApplicationFleetAssociationReference
Syntax (vb)
Public Interface IApplicationFleetAssociationReference
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 applicationFleetAssociationReference = new ApplicationFleetAssociationReference {
ApplicationArn = "applicationArn",
FleetName = "fleetName"
};
Synopsis
Properties
| ApplicationArn | The ApplicationArn of the ApplicationFleetAssociation resource. |
| FleetName | The FleetName of the ApplicationFleetAssociation resource. |
Properties
ApplicationArn
The ApplicationArn of the ApplicationFleetAssociation resource.
string ApplicationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
FleetName
The FleetName of the ApplicationFleetAssociation resource.
string FleetName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated