replicator
Gets an individual replicator
resource
Overview
Name | replicator |
Type | Resource |
Description | replicator |
Id | awscc.msk.replicator |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
replicator_arn,
replicator_name,
current_version,
description,
kafka_clusters,
replication_info_list,
service_execution_role_arn,
tags
FROM awscc.msk.replicator
WHERE data__Identifier = '<ReplicatorArn>';
Permissions
To operate on the replicator
resource, the following permissions are required:
Read
kafka:DescribeReplicator,
kafka:ListTagsForResource
Update
kafka:DescribeReplicator,
kafka:ListTagsForResource,
kafka:TagResource,
kafka:UntagResource,
kafka:UpdateReplicationInfo
Delete
kafka:DeleteReplicator,
kafka:DescribeReplicator,
kafka:ListTagsForResource,
kafka:UntagResource