Show / Hide Table of Contents

Class GetKafkaAclArgs

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

Constructors

View Source

GetKafkaAclArgs()

Declaration
public GetKafkaAclArgs()

Properties

View Source

Permission

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

Project

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

ServiceName

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

Topic

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

Username

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