AWS::MSK::Replicator ConsumerGroupReplication - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::MSK::Replicator ConsumerGroupReplication

Details about consumer group replication.

Syntax

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

JSON

{ "ConsumerGroupsToExclude" : [ String, ... ], "ConsumerGroupsToReplicate" : [ String, ... ], "DetectAndCopyNewConsumerGroups" : Boolean, "SynchroniseConsumerGroupOffsets" : Boolean }

Properties

ConsumerGroupsToExclude

List of regular expression patterns indicating the consumer groups that should not be replicated.

Required: No

Type: Array of String

Minimum: 1

Maximum: 256 | 100

Update requires: No interruption

ConsumerGroupsToReplicate

List of regular expression patterns indicating the consumer groups to copy.

Required: Yes

Type: Array of String

Minimum: 0

Maximum: 256 | 100

Update requires: No interruption

DetectAndCopyNewConsumerGroups

Enables synchronization of consumer groups to target cluster.

Required: No

Type: Boolean

Update requires: No interruption

SynchroniseConsumerGroupOffsets

Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.

Required: No

Type: Boolean

Update requires: No interruption