Skip to content

Get Recovery Group

route53recoveryreadiness_get_recovery_group R Documentation

Gets details about a recovery group, including a list of the cells that are included in it

Description

Gets details about a recovery group, including a list of the cells that are included in it.

Usage

route53recoveryreadiness_get_recovery_group(RecoveryGroupName)

Arguments

RecoveryGroupName

[required] The name of a recovery group.

Value

A list with the following syntax:

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

Request syntax

svc$get_recovery_group(
  RecoveryGroupName = "string"
)