Show / Hide Table of Contents

Class ServiceKafkaUserConfigArgs

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

Constructors

View Source

ServiceKafkaUserConfigArgs()

Declaration
public ServiceKafkaUserConfigArgs()

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<ServiceKafkaUserConfigKafkaArgs> Kafka { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigKafkaArgs>
View Source

KafkaAuthenticationMethods

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

KafkaConnect

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

KafkaConnectConfig

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

KafkaRest

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

KafkaRestConfig

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

KafkaVersion

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

PrivateAccess

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

PublicAccess

Declaration
public Input<ServiceKafkaUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceKafkaUserConfigPublicAccessArgs>
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.