Class GetKafkaSchemaArgs
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 GetKafkaSchemaArgs : InvokeArgs
Constructors
View SourceGetKafkaSchemaArgs()
Declaration
public GetKafkaSchemaArgs()
Properties
View SourceProject
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Schema
Declaration
public string Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SubjectName
Declaration
public string SubjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public int? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |