Show / Hide Table of Contents

Class KafkaAclState

Inheritance
System.Object
InputArgs
ResourceArgs
KafkaAclState
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
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class KafkaAclState : ResourceArgs

Constructors

View Source

KafkaAclState()

Declaration
public KafkaAclState()

Properties

View Source

Permission

Kafka permission to grant (admin, read, readwrite, write)

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

Project

Project to link the Kafka ACL to

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

ServiceName

Service to link the Kafka ACL to

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

Topic

Topic name pattern for the ACL entry

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

Username

Username pattern for the ACL entry

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.