Configuration

class Configuration : KotlinCustomResource

Resource Type definition for AWS::MSK::Configuration

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the configuration.

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

The description of the configuration.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
val urn: Output<String>