Describe App Version Resources Resolution Status
resiliencehub_describe_app_version_resources_resolution_status | R Documentation |
Returns the resolution status for the specified resolution identifier for an application version¶
Description¶
Returns the resolution status for the specified resolution identifier
for an application version. If resolutionId
is not specified, the
current resolution status is returned.
Usage¶
resiliencehub_describe_app_version_resources_resolution_status(appArn,
appVersion, resolutionId)
Arguments¶
appArn |
[required] Amazon Resource Name (ARN) of the Resilience Hub
application. The format for this ARN is:
arn: |
appVersion |
[required] The version of the application. |
resolutionId |
The identifier for a specific resolution. |
Value¶
A list with the following syntax:
list(
appArn = "string",
appVersion = "string",
errorMessage = "string",
resolutionId = "string",
status = "Pending"|"InProgress"|"Failed"|"Success"
)
Request syntax¶
svc$describe_app_version_resources_resolution_status(
appArn = "string",
appVersion = "string",
resolutionId = "string"
)