Show / Hide Table of Contents

Class GetKafkaSchemaConfigurationArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKafkaSchemaConfigurationArgs
Inherited Members
InvokeArgs.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 GetKafkaSchemaConfigurationArgs : InvokeArgs

Constructors

View Source

GetKafkaSchemaConfigurationArgs()

Declaration
public GetKafkaSchemaConfigurationArgs()

Properties

View Source

Project

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

Schema

Declaration
public string Schema { get; set; }
Property Value
Type Description
System.String
View Source

ServiceName

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

SubjectName

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

Version

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