Show / Hide Table of Contents

Class ServiceKafkaUserConfigGetArgs

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

Constructors

View Source

ServiceKafkaUserConfigGetArgs()

Declaration
public ServiceKafkaUserConfigGetArgs()

Properties

View Source

CustomDomain

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

IpFilters

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

Kafka

Declaration
public Input<ServiceKafkaUserConfigKafkaGetArgs> Kafka { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigKafkaGetArgs>
View Source

KafkaAuthenticationMethods

Declaration
public Input<ServiceKafkaUserConfigKafkaAuthenticationMethodsGetArgs> KafkaAuthenticationMethods { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigKafkaAuthenticationMethodsGetArgs>
View Source

KafkaConnect

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

KafkaConnectConfig

Declaration
public Input<ServiceKafkaUserConfigKafkaConnectConfigGetArgs> KafkaConnectConfig { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigKafkaConnectConfigGetArgs>
View Source

KafkaRest

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

KafkaRestConfig

Declaration
public Input<ServiceKafkaUserConfigKafkaRestConfigGetArgs> KafkaRestConfig { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigKafkaRestConfigGetArgs>
View Source

KafkaVersion

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

PrivateAccess

Declaration
public Input<ServiceKafkaUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigPrivateAccessGetArgs>
View Source

PublicAccess

Declaration
public Input<ServiceKafkaUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigPublicAccessGetArgs>
View Source

SchemaRegistry

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