Skip to content

List Cross Account Authorizations

route53recoveryreadiness_list_cross_account_authorizations R Documentation

Lists the cross-account readiness authorizations that are in place for an account

Description

Lists the cross-account readiness authorizations that are in place for an account.

Usage

route53recoveryreadiness_list_cross_account_authorizations(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(
  CrossAccountAuthorizations = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

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