Learn R Programming

paws.networking (version 0.2.0)

route53recoveryreadiness_create_recovery_group: Creates a recovery group in an account

Description

Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.

See https://paws-r.github.io/docs/route53recoveryreadiness/create_recovery_group.html for full documentation.

Usage

route53recoveryreadiness_create_recovery_group(
  Cells = NULL,
  RecoveryGroupName,
  Tags = NULL
)

Arguments

Cells

A list of the cell Amazon Resource Names (ARNs) in the recovery group.

RecoveryGroupName

[required] The name of the recovery group to create.

Tags