Class ServiceKafkaUserConfigArgs
Inheritance
System.Object
ServiceKafkaUserConfigArgs
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 ServiceKafkaUserConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceKafkaUserConfigArgs()
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<ServiceKafkaUserConfigKafkaArgs> Kafka { get; set; }
Property Value
View Source
Declaration
public Input<ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs> 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<ServiceKafkaUserConfigKafkaConnectConfigArgs> 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<ServiceKafkaUserConfigKafkaRestConfigArgs> 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<ServiceKafkaUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceKafkaUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<bool> SchemaRegistry { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|