describe_application_fleet_associations

AppStream.Client.describe_application_fleet_associations(**kwargs)

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

See also: AWS API Documentation

Request Syntax

response = client.describe_application_fleet_associations(
    FleetName='string',
    ApplicationArn='string',
    MaxResults=123,
    NextToken='string'
)
Parameters
  • FleetName (string) -- The name of the fleet.
  • ApplicationArn (string) -- The ARN of the application.
  • MaxResults (integer) -- The maximum size of each page of results.
  • NextToken (string) -- The pagination token used to retrieve the next page of results for this operation.
Return type

dict

Returns

Response Syntax

{
    'ApplicationFleetAssociations': [
        {
            'FleetName': 'string',
            'ApplicationArn': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • ApplicationFleetAssociations (list) --

      The application fleet associations in the list.

      • (dict) --

        Describes the application fleet association.

        • FleetName (string) --

          The name of the fleet associated with the application.

        • ApplicationArn (string) --

          The ARN of the application associated with the fleet.

    • NextToken (string) --

      The pagination token used to retrieve the next page of results for this operation.

Exceptions

  • AppStream.Client.exceptions.InvalidParameterCombinationException
  • AppStream.Client.exceptions.OperationNotPermittedException