Skip to content

Create Recovery Group

route53recoveryreadiness_create_recovery_group R Documentation

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.

Usage

route53recoveryreadiness_create_recovery_group(Cells, RecoveryGroupName,
  Tags)

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

Value

A list with the following syntax:

list(
  Cells = list(
    "string"
  ),
  RecoveryGroupArn = "string",
  RecoveryGroupName = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$create_recovery_group(
  Cells = list(
    "string"
  ),
  RecoveryGroupName = "string",
  Tags = list(
    "string"
  )
)