Show / Hide Table of Contents

Class ServiceKafkaUserConfigPublicAccessGetArgs

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

Constructors

View Source

ServiceKafkaUserConfigPublicAccessGetArgs()

Declaration
public ServiceKafkaUserConfigPublicAccessGetArgs()

Properties

View Source

Kafka

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

KafkaConnect

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

KafkaRest

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

Prometheus

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

SchemaRegistry

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