appregistry_list_associated_resources: Lists all of the resources that are associated with the...

View source: R/appregistry_operations.R

appregistry_list_associated_resourcesR Documentation

Lists all of the resources that are associated with the specified application

Description

Lists all of the resources that are associated with the specified application. Results are paginated.

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

Usage

appregistry_list_associated_resources(
  application,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

application

[required] The name, ID, or ARN of the application.

nextToken

The token to use to get the next page of results after a previous API call.

maxResults

The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.