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 ReplicatorLogDelivery
Configuration for replicator log delivery.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogs" :CloudWatchLogs, "Firehose" :Firehose, "S3" :S3}
YAML
CloudWatchLogs:CloudWatchLogsFirehose:FirehoseS3:S3
Properties
CloudWatchLogs-
Configuration for CloudWatch Logs delivery.
Required: No
Type: CloudWatchLogs
Update requires: No interruption
Firehose-
Configuration for Firehose delivery.
Required: No
Type: Firehose
Update requires: No interruption
S3-
Configuration for S3 delivery.
Required: No
Type: S3
Update requires: No interruption