list_entitled_applications
(**kwargs)¶Retrieves a list of entitled applications.
See also: AWS API Documentation
Request Syntax
response = client.list_entitled_applications(
StackName='string',
EntitlementName='string',
NextToken='string',
MaxResults=123
)
[REQUIRED]
The name of the stack with which the entitlement is associated.
[REQUIRED]
The name of the entitlement.
dict
Response Syntax
{
'EntitledApplications': [
{
'ApplicationIdentifier': 'string'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
EntitledApplications (list) --
The entitled applications.
(dict) --
The application associated to an entitlement. Access is controlled based on user attributes.
ApplicationIdentifier (string) --
The identifier of the application.
NextToken (string) --
The pagination token used to retrieve the next page of results for this operation.
Exceptions
AppStream.Client.exceptions.OperationNotPermittedException
AppStream.Client.exceptions.ResourceNotFoundException
AppStream.Client.exceptions.EntitlementNotFoundException