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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Request body for CreateConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the configuration.

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1076

class CreateConfigurationRequest < Struct.new(
  :description,
  :kafka_versions,
  :name,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#kafka_versionsArray<String>

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

Returns:

  • (Array<String>)


1076
1077
1078
1079
1080
1081
1082
1083
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1076

class CreateConfigurationRequest < Struct.new(
  :description,
  :kafka_versions,
  :name,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1076

class CreateConfigurationRequest < Struct.new(
  :description,
  :kafka_versions,
  :name,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#server_propertiesString

Returns:

  • (String)


1076
1077
1078
1079
1080
1081
1082
1083
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1076

class CreateConfigurationRequest < Struct.new(
  :description,
  :kafka_versions,
  :name,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end