AWS::MSK::Replicator - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MSK::Replicator

Creates the replicator.

Note: Enhanced consumer offset syncing is only supported when the topicNameConfiguration type is IDENTICAL.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::MSK::Replicator", "Properties" : { "Description" : String, "KafkaClusters" : [ KafkaCluster, ... ], "LogDelivery" : LogDelivery, "ReplicationInfoList" : [ ReplicationInfo, ... ], "ReplicatorName" : String, "ServiceExecutionRoleArn" : String, "Tags" : [ Tag, ... ] } }

Properties

Description

A summary description of the replicator.

Required: No

Type: String

Maximum: 1024

Update requires: Replacement

KafkaClusters

Kafka Clusters to use in setting up sources / targets for replication.

Required: Yes

Type: Array of KafkaCluster

Minimum: 2

Maximum: 2

Update requires: Replacement

LogDelivery

Configuration for delivering replicator logs to customer destinations.

Required: No

Type: LogDelivery

Update requires: No interruption

ReplicationInfoList

A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.

Required: Yes

Type: Array of ReplicationInfo

Minimum: 1

Maximum: 1

Update requires: No interruption

ReplicatorName

The name of the replicator. Alpha-numeric characters with '-' are allowed.

Required: Yes

Type: String

Pattern: ^[0-9A-Za-z][0-9A-Za-z-]{0,}$

Minimum: 1

Maximum: 128

Update requires: Replacement

ServiceExecutionRoleArn

The ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)

Required: Yes

Type: String

Pattern: arn:(aws|aws-us-gov|aws-cn):iam:.*

Update requires: Replacement

Tags

List of tags to attach to created Replicator.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CurrentVersion

The current version number of the replicator.

ReplicatorArn

Amazon Resource Name (ARN) for the created replicator.