Show / Hide Table of Contents

Class KafkaTopicState

Inheritance
System.Object
InputArgs
ResourceArgs
KafkaTopicState
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class KafkaTopicState : ResourceArgs

Constructors

View Source

KafkaTopicState()

Declaration
public KafkaTopicState()

Properties

View Source

CleanupPolicy

Topic cleanup policy. Allowed values: delete, compact

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

MinimumInSyncReplicas

Minimum required nodes in-sync replicas (ISR) to produce to a partition

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

Partitions

Number of partitions to create in the topic

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

Project

Project to link the kafka topic to

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

Replication

Replication factor for the topic

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

RetentionBytes

Retention bytes

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

RetentionHours

Retention period (hours)

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

ServiceName

Service to link the kafka topic to

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

TerminationProtection

It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to enable this for any production Kafka topic containing critical data.

Declaration
public Input<bool> TerminationProtection { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TopicName

Topic name

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