Skip to content

List Cells

route53recoveryreadiness_list_cells R Documentation

Lists the cells for an account

Description

Lists the cells for an account.

Usage

route53recoveryreadiness_list_cells(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(
  Cells = list(
    list(
      CellArn = "string",
      CellName = "string",
      Cells = list(
        "string"
      ),
      ParentReadinessScopes = list(
        "string"
      ),
      Tags = list(
        "string"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

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