Show / Hide Table of Contents

Class TopicArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicArgs
Inherited Members
ResourceArgs.Empty
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 TopicArgs : ResourceArgs

Constructors

View Source

TopicArgs()

Declaration
public TopicArgs()

Properties

View Source

Config

A map of string k/v attributes.

Declaration
public InputMap<object> Config { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the topic.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Partitions

Number of partitions.

Declaration
public Input<int> Partitions { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ReplicationFactor

Number of replicas.

Declaration
public Input<int> ReplicationFactor { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.