Show / Hide Table of Contents

Class KafkaSchemaState

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

Constructors

View Source

KafkaSchemaState()

Declaration
public KafkaSchemaState()

Properties

View Source

Project

Project to link the Kafka Schema to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

ServiceName

Service to link the Kafka Schema to

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubjectName

Kafka Schema Subject name

Declaration
public Input<string> SubjectName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

Kafka Schema configuration version

Declaration
public Input<int> Version { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.