Class GetServiceKafkaArgs
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.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceKafkaArgs : InvokeArgs
Constructors
View SourceGetServiceKafkaArgs()
Declaration
public GetServiceKafkaArgs()
Properties
View SourceAccessCert
Declaration
public string AccessCert { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AccessKey
Declaration
public string AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ConnectUri
Declaration
public string ConnectUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestUri
Declaration
public string RestUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SchemaRegistryUri
Declaration
public string SchemaRegistryUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |