Class SaslAclArgs
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.AliCloud.AliKafka
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SaslAclArgs : ResourceArgs
Constructors
View SourceSaslAclArgs()
Declaration
public SaslAclArgs()
Properties
View SourceAclOperationType
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> |
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> |
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> |
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> |
InstanceId
ID of the ALIKAFKA Instance that owns the groups.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |