CfnApplicationFleetAssociationProps
- class aws_cdk.aws_appstream.CfnApplicationFleetAssociationProps(*, application_arn, fleet_name)
- Bases: - object- Properties for defining a - CfnApplicationFleetAssociation.- Parameters:
- application_arn ( - str) – The ARN of the application.
- fleet_name ( - str) – The name of the fleet.
 
- Link:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_appstream as appstream cfn_application_fleet_association_props = appstream.CfnApplicationFleetAssociationProps( application_arn="applicationArn", fleet_name="fleetName" ) - Attributes - application_arn
- The ARN of the application.