Creates a resiliency policy for an application
Source:R/resiliencehub_operations.R
resiliencehub_create_resiliency_policy.RdCreates a resiliency policy for an application.
See https://www.paws-r-sdk.com/docs/resiliencehub_create_resiliency_policy/ for full documentation.
Usage
resiliencehub_create_resiliency_policy(
clientToken = NULL,
dataLocationConstraint = NULL,
policy,
policyDescription = NULL,
policyName,
tags = NULL,
tier
)Arguments
- 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
Description of the resiliency policy.
- policyName
[required] Name of the resiliency policy.
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 (
MissionCritical) to lowest (NonCritical).