AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppStream::ApplicationFleetAssociation

CfnApplicationFleetAssociation

This resource associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Import

import { CfnApplicationFleetAssociation } from 'aws-cdk-lib/aws-appstream';

Or use the module namespace:

import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnApplicationFleetAssociation

Properties

Configuration passed to the constructor as CfnApplicationFleetAssociationProps.

applicationArnRequired
string

The ARN of the application.

fleetNameRequired
string

The name of the fleet.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter