Show / Hide Table of Contents

Class KafkaSchemaConfigurationArgs

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

Constructors

View Source

KafkaSchemaConfigurationArgs()

Declaration
public KafkaSchemaConfigurationArgs()

Properties

View Source

CompatibilityLevel

Kafka Schemas compatibility level

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

Project

Project to link the Kafka Schemas Configuration to

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

ServiceName

Service to link the Kafka Schemas Configuration to

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