interface CfnApplicationFleetAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.CfnApplicationFleetAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnApplicationFleetAssociationProps |
![]() | software.amazon.awscdk.services.appstream.CfnApplicationFleetAssociationProps |
![]() | aws_cdk.aws_appstream.CfnApplicationFleetAssociationProps |
![]() | 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.