Skip to main content

replicator_tags

Expands all tag keys and values for replicators in a region

Overview

Namereplicator_tags
TypeResource
DescriptionResource Type definition for AWS::MSK::Replicator
Idaws.msk.replicator_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all replicators in a region.

SELECT
region,
replicator_arn,
replicator_name,
current_version,
description,
kafka_clusters,
replication_info_list,
service_execution_role_arn,
tag_key,
tag_value
FROM aws.msk.replicator_tags
WHERE region = 'us-east-1';

Permissions

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