Class ServiceKafkaUserConfigGetArgs
Inheritance
System.Object
ServiceKafkaUserConfigGetArgs
Inherited Members
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()
Assembly: Pulumi.Aiven.dll
public sealed class ServiceKafkaUserConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceKafkaUserConfigGetArgs()
Properties
View Source
CustomDomain
Declaration
public Input<string> CustomDomain { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<ServiceKafkaUserConfigKafkaGetArgs> Kafka { get; set; }
Property Value
View Source
Declaration
public Input<ServiceKafkaUserConfigKafkaAuthenticationMethodsGetArgs> KafkaAuthenticationMethods { get; set; }
Property Value
View Source
Declaration
public Input<bool> KafkaConnect { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<ServiceKafkaUserConfigKafkaConnectConfigGetArgs> KafkaConnectConfig { get; set; }
Property Value
View Source
Declaration
public Input<bool> KafkaRest { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<ServiceKafkaUserConfigKafkaRestConfigGetArgs> KafkaRestConfig { get; set; }
Property Value
View Source
Declaration
public Input<string> KafkaVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceKafkaUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceKafkaUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<bool> SchemaRegistry { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|