replicators_list_only
Lists replicators
in a region or regions, for all properties use replicators
Overview
Name | replicators_list_only |
Type | Resource |
Description | Resource Type definition for AWS::MSK::Replicator |
Id | aws.msk.replicators_list_only |
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. |
tags | array | A collection of tags associated with a resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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