registries_list_only
Lists registries
in a region or regions, for all properties use registries
Overview
Name | registries_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EventSchemas::Registry |
Id | aws.eventschemas.registries_list_only |
Fields
Name | Datatype | Description |
---|---|---|
registry_name | string | The name of the schema registry. |
description | string | A description of the registry to be created. |
registry_arn | string | The ARN of the registry. |
tags | array | Tags associated with the resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all registries
in a region.
SELECT
region,
registry_arn
FROM aws.eventschemas.registries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the registries_list_only
resource, see registries