Interface ICfnApplicationFleetAssociationProps
Properties for defining a CfnApplicationFleetAssociation
.
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnApplicationFleetAssociationProps
Syntax (vb)
Public Interface ICfnApplicationFleetAssociationProps
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.AppStream;
var cfnApplicationFleetAssociationProps = new CfnApplicationFleetAssociationProps {
ApplicationArn = "applicationArn",
FleetName = "fleetName"
};
Synopsis
Properties
Application |
The ARN of the application. |
Fleet |
The name of the fleet. |
Properties
ApplicationArn
The ARN of the application.
string ApplicationArn { get; }
Property Value
System.
Remarks
FleetName
The name of the fleet.
string FleetName { get; }
Property Value
System.