Show / Hide Table of Contents

Class ServiceKafkaGetArgs

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

Constructors

View Source

ServiceKafkaGetArgs()

Declaration
public ServiceKafkaGetArgs()

Properties

View Source

AccessCert

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

AccessKey

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

ConnectUri

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

RestUri

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

SchemaRegistryUri

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