workspaces_describe_application_associations {paws.end.user.computing}R Documentation

Describes the associations between the application and the specified associated resources

Description

Describes the associations between the application and the specified associated resources.

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

Usage

workspaces_describe_application_associations(
  MaxResults = NULL,
  NextToken = NULL,
  ApplicationId,
  AssociatedResourceTypes
)

Arguments

MaxResults

The maximum number of associations to return.

NextToken

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

ApplicationId

[required] The identifier of the specified application.

AssociatedResourceTypes

[required] The resource type of the associated resources.


[Package paws.end.user.computing version 0.9.0 Index]