appregistry_get_associated_resource {paws.management} | R Documentation |
Gets the resource associated with the application
Description
Gets the resource associated with the application.
See https://www.paws-r-sdk.com/docs/appregistry_get_associated_resource/ for full documentation.
Usage
appregistry_get_associated_resource(
application,
resourceType,
resource,
nextToken = NULL,
resourceTagStatus = NULL,
maxResults = NULL
)
Arguments
application |
[required] The name, ID, or ARN of the application. |
resourceType |
[required] The type of resource associated with the application. |
resource |
[required] The name or ID of the resource associated with the application. |
nextToken |
A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results. |
resourceTagStatus |
States whether an application tag is applied, not applied, in the process of being applied, or skipped. |
maxResults |
The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional. |
[Package paws.management version 0.7.0 Index]