schemas_list_registries: List the registries

View source: R/schemas_operations.R

schemas_list_registriesR Documentation

List the registries

Description

List the registries.

See https://www.paws-r-sdk.com/docs/schemas_list_registries/ for full documentation.

Usage

schemas_list_registries(
  Limit = NULL,
  NextToken = NULL,
  RegistryNamePrefix = NULL,
  Scope = NULL
)

Arguments

Limit
NextToken

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

RegistryNamePrefix

Specifying this limits the results to only those registry names that start with the specified prefix.

Scope

Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.