Skip to contents

Retrieves license included application associations for a specified resource.

See https://www.paws-r-sdk.com/docs/appstream_describe_software_associations/ for full documentation.

Usage

appstream_describe_software_associations(
  AssociatedResource,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AssociatedResource

[required] The ARN of the resource to describe software associations. Possible resources are Image and ImageBuilder.

MaxResults

The maximum number of results to return.

NextToken

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