Class: Aws::Kafka::Types::CreateTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for CreateTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
- #configs ⇒ String
- #partition_count ⇒ Integer
- #replication_factor ⇒ Integer
- #topic_name ⇒ String
Instance Attribute Details
#cluster_arn ⇒ String
1259 1260 1261 1262 1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-kafka/types.rb', line 1259 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#configs ⇒ String
1259 1260 1261 1262 1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-kafka/types.rb', line 1259 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
1259 1260 1261 1262 1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-kafka/types.rb', line 1259 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#replication_factor ⇒ Integer
1259 1260 1261 1262 1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-kafka/types.rb', line 1259 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1259 1260 1261 1262 1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-kafka/types.rb', line 1259 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |