View source: R/appregistry_operations.R
appregistry_get_associated_resource | R Documentation |
Gets the resource associated with the application.
See https://www.paws-r-sdk.com/docs/appregistry_get_associated_resource/ for full documentation.
appregistry_get_associated_resource(
application,
resourceType,
resource,
nextToken = NULL,
resourceTagStatus = NULL,
maxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.