Skip to content

List Replication Sets

ssmincidents_list_replication_sets R Documentation

Lists details about the replication set configured in your account

Description

Lists details about the replication set configured in your account.

Usage

ssmincidents_list_replication_sets(maxResults, nextToken)

Arguments

maxResults

The maximum number of results per page.

nextToken

The pagination token for the next set of items to return. (You received this token from a previous call.)

Value

A list with the following syntax:

list(
  nextToken = "string",
  replicationSetArns = list(
    "string"
  )
)

Request syntax

svc$list_replication_sets(
  maxResults = 123,
  nextToken = "string"
)