View source: R/resiliencehub_operations.R
resiliencehub_update_resiliency_policy | R Documentation |
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
)
dataLocationConstraint |
Specifies a high-level geographical location constraint for where your resilience policy data can be stored. |
policy |
The type of 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: |
policyDescription |
The description for the policy. |
policyName |
The name of the policy |
tier |
The tier for this resiliency policy, ranging from the highest severity
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.