interface CfnApplicationFleetAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppStream.CfnApplicationFleetAssociationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnApplicationFleetAssociationProps |
Java | software.amazon.awscdk.services.appstream.CfnApplicationFleetAssociationProps |
Python | aws_cdk.aws_appstream.CfnApplicationFleetAssociationProps |
TypeScript | aws-cdk-lib » aws_appstream » CfnApplicationFleetAssociationProps |
Properties for defining a CfnApplicationFleetAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const cfnApplicationFleetAssociationProps: appstream.CfnApplicationFleetAssociationProps = {
applicationArn: 'applicationArn',
fleetName: 'fleetName',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ARN of the application. |
fleet | string | The name of the fleet. |
applicationArn
Type:
string
The ARN of the application.
fleetName
Type:
string
The name of the fleet.