Class KafkaSchemaArgs
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 KafkaSchemaArgs : ResourceArgs
Constructors
View SourceKafkaSchemaArgs()
Declaration
public KafkaSchemaArgs()
Properties
View SourceProject
Project to link the Kafka Schema to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Schema
Kafka Schema configuration should be a valid Avro Schema JSON format
Declaration
public Input<string> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Service to link the Kafka Schema to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubjectName
Kafka Schema Subject name
Declaration
public Input<string> SubjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |