Class KafkaSchemaConfigurationState
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 KafkaSchemaConfigurationState : ResourceArgs
Constructors
View SourceKafkaSchemaConfigurationState()
Declaration
public KafkaSchemaConfigurationState()
Properties
View SourceCompatibilityLevel
Kafka Schemas compatibility level
Declaration
public Input<string> CompatibilityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
Project to link the Kafka Schemas Configuration to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Service to link the Kafka Schemas Configuration to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |