Class Acl
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.Kafka
Assembly: Pulumi.Kafka.dll
Syntax
public class Acl : CustomResource
Constructors
View SourceAcl(String, AclArgs, CustomResourceOptions)
Create a Acl resource with the given unique name, arguments, and options.
Declaration
public Acl(string name, AclArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| AclArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAclHost
Declaration
public Output<string> AclHost { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AclOperation
Declaration
public Output<string> AclOperation { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AclPermissionType
Declaration
public Output<string> AclPermissionType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AclPrincipal
Declaration
public Output<string> AclPrincipal { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AclResourceName
The name of the resource
Declaration
public Output<string> AclResourceName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AclResourceType
Declaration
public Output<string> AclResourceType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourcePatternTypeFilter
Declaration
public Output<string> ResourcePatternTypeFilter { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, AclState, CustomResourceOptions)
Get an existing Acl resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Acl Get(string name, Input<string> id, AclState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| AclState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Acl |