Describe Application Fleet Associations
| appstream_describe_application_fleet_associations | R Documentation |
Retrieves a list that describes one or more application fleet associations¶
Description¶
Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
Usage¶
Arguments¶
FleetNameThe name of the fleet.
ApplicationArnThe ARN of the application.
MaxResultsThe maximum size of each page of results.
NextTokenThe pagination token used to retrieve the next page of results for this operation.
Value¶
A list with the following syntax:
list(
ApplicationFleetAssociations = list(
list(
FleetName = "string",
ApplicationArn = "string"
)
),
NextToken = "string"
)