Class: Aws::Kafka::Types::CreateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for CreateConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the configuration.
-
#kafka_versions ⇒ Array<String>
The versions of Apache Kafka with which you can use this MSK configuration.
-
#name ⇒ String
The name of the configuration.
- #server_properties ⇒ String
Instance Attribute Details
#description ⇒ String
The description of the configuration.
1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-kafka/types.rb', line 1095 class CreateConfigurationRequest < Struct.new( :description, :kafka_versions, :name, :server_properties) SENSITIVE = [] include Aws::Structure end |
#kafka_versions ⇒ Array<String>
The versions of Apache Kafka with which you can use this MSK configuration.
1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-kafka/types.rb', line 1095 class CreateConfigurationRequest < Struct.new( :description, :kafka_versions, :name, :server_properties) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configuration. Configuration names are strings that match the regex “^[0-9A-Za-z-]+$”.
1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-kafka/types.rb', line 1095 class CreateConfigurationRequest < Struct.new( :description, :kafka_versions, :name, :server_properties) SENSITIVE = [] include Aws::Structure end |
#server_properties ⇒ String
1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-kafka/types.rb', line 1095 class CreateConfigurationRequest < Struct.new( :description, :kafka_versions, :name, :server_properties) SENSITIVE = [] include Aws::Structure end |