Publish App Version
resiliencehub_publish_app_version | R Documentation |
Publishes a new version of a specific Resilience Hub application¶
Description¶
Publishes a new version of a specific Resilience Hub application.
Usage¶
resiliencehub_publish_app_version(appArn, versionName)
Arguments¶
appArn |
[required] Amazon Resource Name (ARN) of the Resilience Hub
application. The format for this ARN is:
arn: |
versionName |
Name of the application version. |
Value¶
A list with the following syntax:
list(
appArn = "string",
appVersion = "string",
identifier = 123,
versionName = "string"
)
Request syntax¶
svc$publish_app_version(
appArn = "string",
versionName = "string"
)