ConfigurationArgs

data class ConfigurationArgs(val description: Output<String>? = null, val kafkaVersionsList: Output<List<String>>? = null, val latestRevision: Output<ConfigurationLatestRevisionArgs>? = null, val name: Output<String>? = null, val serverProperties: Output<String>? = null) : ConvertibleToJava<ConfigurationArgs>

Resource Type definition for AWS::MSK::Configuration

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, kafkaVersionsList: Output<List<String>>? = null, latestRevision: Output<ConfigurationLatestRevisionArgs>? = null, name: Output<String>? = null, serverProperties: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the configuration.

Link copied to clipboard
val kafkaVersionsList: Output<List<String>>? = null

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 .

Link copied to clipboard

Latest revision of the MSK configuration.

Link copied to clipboard
val name: Output<String>? = null

The name of the configuration. Configuration names are strings that match the regex "^0-9A-Za-z-{0,}$".

Link copied to clipboard
val serverProperties: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationArgs