Show / Hide Table of Contents

Class GetServiceKafkaUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceKafkaUserConfigArgs
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 GetServiceKafkaUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceKafkaUserConfigArgs()

Declaration
public GetServiceKafkaUserConfigArgs()

Properties

View Source

CustomDomain

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

IpFilters

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

Kafka

Declaration
public GetServiceKafkaUserConfigKafkaArgs Kafka { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigKafkaArgs
View Source

KafkaAuthenticationMethods

Declaration
public GetServiceKafkaUserConfigKafkaAuthenticationMethodsArgs KafkaAuthenticationMethods { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigKafkaAuthenticationMethodsArgs
View Source

KafkaConnect

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

KafkaConnectConfig

Declaration
public GetServiceKafkaUserConfigKafkaConnectConfigArgs KafkaConnectConfig { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigKafkaConnectConfigArgs
View Source

KafkaRest

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

KafkaRestConfig

Declaration
public GetServiceKafkaUserConfigKafkaRestConfigArgs KafkaRestConfig { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigKafkaRestConfigArgs
View Source

KafkaVersion

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

PrivateAccess

Declaration
public GetServiceKafkaUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigPrivateAccessArgs
View Source

PublicAccess

Declaration
public GetServiceKafkaUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceKafkaUserConfigPublicAccessArgs
View Source

SchemaRegistry

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