Class KafkaAclArgs
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()
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class KafkaAclArgs : ResourceArgs
Constructors
View SourceKafkaAclArgs()
Declaration
public KafkaAclArgs()
Properties
View SourcePermission
Kafka permission to grant (admin, read, readwrite, write)
Declaration
public Input<string> Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
Project to link the Kafka ACL to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Service to link the Kafka ACL to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Topic
Topic name pattern for the ACL entry
Declaration
public Input<string> Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Username pattern for the ACL entry
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |