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.
The type of 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.
The description for the policy.
The name of the policy
The tier for this resiliency policy, ranging from the highest severity
(MissionCritical
) to lowest (NonCritical
).