Show / Hide Table of Contents

Class GetServiceKafkaArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceKafkaArgs
Inherited Members
InvokeArgs.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.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceKafkaArgs : InvokeArgs

Constructors

View Source

GetServiceKafkaArgs()

Declaration
public GetServiceKafkaArgs()

Properties

View Source

AccessCert

Declaration
public string AccessCert { get; set; }
Property Value
Type Description
System.String
View Source

AccessKey

Declaration
public string AccessKey { get; set; }
Property Value
Type Description
System.String
View Source

ConnectUri

Declaration
public string ConnectUri { get; set; }
Property Value
Type Description
System.String
View Source

RestUri

Declaration
public string RestUri { get; set; }
Property Value
Type Description
System.String
View Source

SchemaRegistryUri

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