Class TopicState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kafka
Assembly: Pulumi.Kafka.dll
Syntax
public sealed class TopicState : ResourceArgs
Constructors
View SourceTopicState()
Declaration
public TopicState()
Properties
View SourceConfig
A map of string k/v attributes.
Declaration
public InputMap<object> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the topic.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Partitions
Number of partitions.
Declaration
public Input<int> Partitions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ReplicationFactor
Number of replicas.
Declaration
public Input<int> ReplicationFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |