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'
)
dict
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.InvalidParameterCombinationExceptionAppStream.Client.exceptions.OperationNotPermittedException