Updates an application.
See https://paws-r.github.io/docs/resiliencehub/update_app.html for full documentation.
resiliencehub_update_app(
appArn,
assessmentSchedule = NULL,
clearResiliencyPolicyArn = NULL,
description = NULL,
policyArn = NULL
)[required] The Amazon Resource Name (ARN) of the application. The format for this
ARN is: arn:partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names (ARNs)
in the AWS General Reference.
Assessment execution schedule with 'Daily' or 'Disabled' values.
Specifies if the resiliency policy ARN should be cleared.
The optional description for an app.
The Amazon Resource Name (ARN) of the resiliency policy. The format for
this ARN is:
arn:partition:resiliencehub:region:account:resiliency-policy/policy-id.
For more information about ARNs, see Amazon Resource Names (ARNs)
in the AWS General Reference.