Configuration

class Configuration : KotlinCustomResource

Resource Type definition for AWS::MSK::Configuration

Properties

Link copied to clipboard
val arn: Output<String>
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
Link copied to clipboard

Latest revision of the 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 the API, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the CLI, the contents of server.properties can be in plaintext.

Link copied to clipboard
val urn: Output<String>