AWS::AppStream::ApplicationFleetAssociationThis resource associates the specified application with the specified fleet. This is only supported for Elastic fleets.
import { CfnApplicationFleetAssociation } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnApplicationFleetAssociationConfiguration passed to the constructor as CfnApplicationFleetAssociationProps.
applicationArnRequiredstringThe ARN of the application.
fleetNameRequiredstringThe name of the fleet.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appstreamAWS::AppStream::ApplicationFleetAssociation