resiliencehub_update_resiliency_policy: Updates a resiliency policy

View source: R/resiliencehub_operations.R

resiliencehub_update_resiliency_policyR Documentation

Updates a resiliency policy

Description

Updates a resiliency policy.

See https://www.paws-r-sdk.com/docs/resiliencehub_update_resiliency_policy/ for full documentation.

Usage

resiliencehub_update_resiliency_policy(
  dataLocationConstraint = NULL,
  policy = NULL,
  policyArn,
  policyDescription = NULL,
  policyName = NULL,
  tier = NULL
)

Arguments

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:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

policyDescription

The description for the policy.

policyName

The name of the policy

tier

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.