Configuration Args
Resource Type definition for AWS::MSK::Configuration
Properties
The description of the configuration.
The versions of Apache Kafka with which you can use this MSK configuration. When you update the KafkaVersionsList
property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a resource replacement . To successfully update KafkaVersionsList
, you must also update the Name
property in the same operation. If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes. For more information, see Can’t update KafkaVersionsList in MSK configuration in the Amazon MSK Developer Guide .
Latest revision of the MSK configuration.
Contents of the server.properties
file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of server.properties
can be in plaintext.