Show / Hide Table of Contents

Class KafkaSchemaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KafkaSchemaArgs
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 KafkaSchemaArgs : ResourceArgs

Constructors

View Source

KafkaSchemaArgs()

Declaration
public KafkaSchemaArgs()

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
Back to top Copyright 2016-2020, Pulumi Corporation.