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