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
)
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.
Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
[required] The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
Description of the resiliency policy.
[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.
[required] The tier for this resiliency policy, ranging from the highest severity
(MissionCritical
) to lowest (NonCritical
).