resiliencehub_create_resiliency_policy: Creates a resiliency policy for an application

View source: R/resiliencehub_operations.R

resiliencehub_create_resiliency_policyR Documentation

Creates a resiliency policy for an application

Description

Creates 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

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 (MissionCritical) to lowest (NonCritical).


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.