Show / Hide Table of Contents

Class GetKafkaConnectorTaskArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKafkaConnectorTaskArgs
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.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetKafkaConnectorTaskArgs : InvokeArgs

Constructors

View Source

GetKafkaConnectorTaskArgs()

Declaration
public GetKafkaConnectorTaskArgs()

Properties

View Source

Connector

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

Task

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