replicator_tags
Expands all tag keys and values for replicators
in a region
Overview
Name | replicator_tags |
Type | Resource |
Description | Resource Type definition for AWS::MSK::Replicator |
Id | aws.msk.replicator_tags |
Fields
Name | Datatype | Description |
---|---|---|
replicator_arn | string | Amazon Resource Name for the created replicator. |
replicator_name | string | The name of the replicator. |
current_version | string | The current version of the MSK replicator. |
description | string | A summary description of the replicator. |
kafka_clusters | array | Specifies a list of Kafka clusters which are targets of the replicator. |
replication_info_list | array | A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow. |
service_execution_role_arn | string | The Amazon Resource Name (ARN) of the IAM role used by the replicator to access external resources. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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