Class KafkaTopicArgs
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class KafkaTopicArgs : ResourceArgs
Constructors
View SourceKafkaTopicArgs()
Declaration
public KafkaTopicArgs()
Properties
View SourceCleanupPolicy
Topic cleanup policy. Allowed values: delete, compact
Declaration
public Input<string> CleanupPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Partitions
Number of partitions to create in the topic
Declaration
public Input<int> Partitions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Project
Project to link the kafka topic to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Replication
Replication factor for the topic
Declaration
public Input<int> Replication { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RetentionBytes
Retention bytes
Declaration
public Input<int> RetentionBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RetentionHours
Retention period (hours)
Declaration
public Input<int> RetentionHours { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServiceName
Service to link the kafka topic to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
TopicName
Topic name
Declaration
public Input<string> TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |