Show / Hide Table of Contents

Class SaslAclArgs

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

Constructors

View Source

SaslAclArgs()

Declaration
public SaslAclArgs()

Properties

View Source

AclOperationType

Operation type for this acl. The operation type can only be "Write" and "Read".

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

AclResourceName

Resource name for this acl. The resource name should be a topic or consumer group name.

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

AclResourcePatternType

Resource pattern type for this acl. The resource pattern support two types "LITERAL" and "PREFIXED". "LITERAL": A literal name defines the full name of a resource. The special wildcard character "*" can be used to represent a resource with any name. "PREFIXED": A prefixed name defines a prefix for a resource.

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

AclResourceType

Resource type for this acl. The resource type can only be "Topic" and "Group".

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

InstanceId

ID of the ALIKAFKA Instance that owns the groups.

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

Username

Username for the sasl user. The length should between 1 to 64 characters. The user should be an existed sasl user.

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