View source: R/resiliencehub_operations.R
resiliencehub_create_resiliency_policy | R Documentation |
Creates a resiliency policy for an application.
See https://www.paws-r-sdk.com/docs/resiliencehub_create_resiliency_policy/ for full documentation.
resiliencehub_create_resiliency_policy(
clientToken = NULL,
dataLocationConstraint = NULL,
policy,
policyDescription = NULL,
policyName,
tags = NULL,
tier
)
clientToken |
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests. |
dataLocationConstraint |
Specifies a high-level geographical location constraint for where your resilience policy data can be stored. |
policy |
[required] The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds. |
policyDescription |
The description for the policy. |
policyName |
[required] The name of the policy |
tags |
Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair. |
tier |
[required] 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.