Skip to content

List Recovery Groups

route53recoveryreadiness_list_recovery_groups R Documentation

Lists the recovery groups in an account

Description

Lists the recovery groups in an account.

Usage

route53recoveryreadiness_list_recovery_groups(MaxResults, NextToken)

Arguments

MaxResults

The number of objects that you want to return with this call.

NextToken

The token that identifies which batch of results you want to see.

Value

A list with the following syntax:

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

Request syntax

svc$list_recovery_groups(
  MaxResults = 123,
  NextToken = "string"
)