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
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-kafka/types.rb', line 1293 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#configs ⇒ String
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-kafka/types.rb', line 1293 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-kafka/types.rb', line 1293 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#replication_factor ⇒ Integer
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-kafka/types.rb', line 1293 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-kafka/types.rb', line 1293 class CreateTopicRequest < Struct.new( :cluster_arn, :topic_name, :partition_count, :replication_factor, :configs) SENSITIVE = [] include Aws::Structure end |