AWS::MSK::ReplicatorResource Type definition for AWS::MSK::Replicator
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
KafkaClusters | Array<KafkaCluster> | RequiredCreate-only |
ReplicationInfoList | Array<ReplicationInfo> | Required |
ReplicatorName | string | RequiredCreate-only |
ServiceExecutionRoleArn | string | RequiredCreate-only |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CurrentVersion | string | The current version of the MSK replicator. |
ReplicatorArn | string | Amazon Resource Name for the created replicator. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MSK::Replicator
Resources:
MyResource:
Type: AWS::MSK::Replicator
Properties:
ReplicatorName: "my-replicatorname"
ReplicationInfoList: []
KafkaClusters: []
ServiceExecutionRoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateNetworkInterfaceec2:DescribeSecurityGroupsec2:DescribeSubnetsec2:DescribeVpcsiam:CreateServiceLinkedRoleiam:PassRolekafka:CreateReplicatorkafka:CreateReplicatorReferencekafka:DescribeReplicatorkafka:ListTagsForResourcekafka:DescribeReplicatorkafka:ListTagsForResourcekafka:TagResourcekafka:UntagResourcekafka:UpdateReplicationInfokafka:DeleteReplicatorkafka:DescribeReplicatorkafka:ListTagsForResourcekafka:UntagResourcekafka:ListReplicatorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReplicatorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ReplicatorNameDescriptionKafkaClustersServiceExecutionRoleArnReplicationInfoList/*/SourceKafkaClusterArnReplicationInfoList/*/TargetKafkaClusterArnReplicationInfoList/*/TargetCompressionTypeReplicationInfoList/*/TopicReplication/StartingPositionReplicationInfoList/*/TopicReplication/TopicNameConfiguration