AWS::AppStream::StackFleetAssociation
The AWS::AppStream::StackFleetAssociation
resource associates the specified fleet with the specified stack for Amazon AppStream 2.0.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AppStream::StackFleetAssociation", "Properties" : { "FleetName" :
String
, "StackName" :String
} }
Properties
FleetName
-
The name of the fleet.
To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute.
Required: Yes
Type: String
Minimum:
1
Update requires: No interruption
StackName
-
The name of the stack.
To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute.
Required: Yes
Type: String
Minimum:
1
Update requires: No interruption
See also
-
AssociateFleet in the Amazon AppStream 2.0 API Reference