class Aws::Kafka::Types::CreateConfigurationRequest

Request body for CreateConfiguration.

@note When making an API call, you may pass CreateConfigurationRequest

data as a hash:

    {
      description: "__string",
      kafka_versions: ["__string"],
      name: "__string", # required
      server_properties: "data", # required
    }

@!attribute [rw] description

The description of the configuration.
@return [String]

@!attribute [rw] kafka_versions

The versions of Apache Kafka with which you can use this MSK
configuration.
@return [Array<String>]

@!attribute [rw] name

The name of the configuration. Configuration names are strings that
match the regex "^\[0-9A-Za-z-\]+$".
@return [String]

@!attribute [rw] server_properties

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CreateConfigurationRequest AWS API Documentation

Constants

SENSITIVE