Updates a resiliency policy.
See https://www.paws-r-sdk.com/docs/resiliencehub_update_resiliency_policy/ for full documentation.
resiliencehub_update_resiliency_policy(
dataLocationConstraint = NULL,
policy = NULL,
policyArn,
policyDescription = NULL,
policyName = NULL,
tier = NULL
)
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
Resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
[required] 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 Amazon Web Services General Reference guide.
Description of the resiliency policy.
Name of the resiliency policy.
The tier for this resiliency policy, ranging from the highest severity
(MissionCritical
) to lowest (NonCritical
).