Skip to main content

replicators_list_only

Lists replicators in a region or regions, for all properties use replicators

Overview

Namereplicators_list_only
TypeResource
DescriptionResource Type definition for AWS::MSK::Replicator
Idaws.msk.replicators_list_only

Fields

NameDatatypeDescription
replicator_arnstringAmazon Resource Name for the created replicator.
replicator_namestringThe name of the replicator.
current_versionstringThe current version of the MSK replicator.
descriptionstringA summary description of the replicator.
kafka_clustersarraySpecifies a list of Kafka clusters which are targets of the replicator.
replication_info_listarrayA list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
service_execution_role_arnstringThe Amazon Resource Name (ARN) of the IAM role used by the replicator to access external resources.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all replicators in a region.

SELECT
region,
replicator_arn
FROM aws.msk.replicators_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the replicators_list_only resource, see replicators