Show / Hide Table of Contents

Class GetKafkaTopicResult

Inheritance
System.Object
GetKafkaTopicResult
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 GetKafkaTopicResult

Fields

View Source

CleanupPolicy

Declaration
public readonly string CleanupPolicy
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MinimumInSyncReplicas

Declaration
public readonly int? MinimumInSyncReplicas
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Partitions

Declaration
public readonly int? Partitions
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Replication

Declaration
public readonly int? Replication
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RetentionBytes

Declaration
public readonly int? RetentionBytes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RetentionHours

Declaration
public readonly int? RetentionHours
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ServiceName

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
View Source

TerminationProtection

Declaration
public readonly bool? TerminationProtection
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

TopicName

Declaration
public readonly string TopicName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.