Class GetKafkaTopicArgs
Inheritance
System.Object
GetKafkaTopicArgs
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()
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetKafkaTopicArgs : InvokeArgs
Constructors
View Source
GetKafkaTopicArgs()
Declaration
public GetKafkaTopicArgs()
Properties
View Source
CleanupPolicy
Declaration
public string CleanupPolicy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
MinimumInSyncReplicas
Declaration
public int? MinimumInSyncReplicas { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Partitions
Declaration
public int? Partitions { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Project
Declaration
public string Project { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Replication
Declaration
public int? Replication { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
RetentionBytes
Declaration
public int? RetentionBytes { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
RetentionHours
Declaration
public int? RetentionHours { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
TerminationProtection
Declaration
public bool? TerminationProtection { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
TopicName
Declaration
public string TopicName { get; set; }
Property Value
| Type |
Description |
| System.String |
|