ApplicationFleetAssociationReference
- class aws_cdk.aws_appstream.ApplicationFleetAssociationReference(*, application_arn, fleet_name)
Bases:
object
A reference to a ApplicationFleetAssociation resource.
- Parameters:
application_arn (
str
) – The ApplicationArn of the ApplicationFleetAssociation resource.fleet_name (
str
) – The FleetName of the ApplicationFleetAssociation resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_appstream as appstream application_fleet_association_reference = appstream.ApplicationFleetAssociationReference( application_arn="applicationArn", fleet_name="fleetName" )
Attributes
- application_arn
The ApplicationArn of the ApplicationFleetAssociation resource.
- fleet_name
The FleetName of the ApplicationFleetAssociation resource.