View source: R/resiliencehub_operations.R
resiliencehub_list_app_versions | R Documentation |
Lists the different versions for the Resilience Hub applications.
See https://www.paws-r-sdk.com/docs/resiliencehub_list_app_versions/ for full documentation.
resiliencehub_list_app_versions(
appArn,
endTime = NULL,
maxResults = NULL,
nextToken = NULL,
startTime = NULL
)
appArn |
[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format
for this ARN is:
arn: |
endTime |
Upper limit of the time range to filter the application versions. |
maxResults |
Maximum number of results to include in the response. If more results
exist than the specified |
nextToken |
Null, or the token from a previous call to get the next set of results. |
startTime |
Lower limit of the time range to filter the application versions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.