You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::CreateConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Request body for CreateConfiguration.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the configuration.

Returns:

  • (String)

    The description of the configuration.

#kafka_versionsArray<String>

The versions of Apache Kafka with which you can use this MSK configuration.

Returns:

  • (Array<String>)

    The versions of Apache Kafka with which you can use this MSK configuration.

#nameString

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

Returns:

  • (String)

    The name of the configuration.

#server_propertiesString

Returns:

  • (String)