1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. memorydb
  5. getAcl

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.memorydb.getAcl

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::MemoryDB::ACL

Using getAcl

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAcl(args: GetAclArgs, opts?: InvokeOptions): Promise<GetAclResult>
function getAclOutput(args: GetAclOutputArgs, opts?: InvokeOptions): Output<GetAclResult>
Copy
def get_acl(acl_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetAclResult
def get_acl_output(acl_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetAclResult]
Copy
func LookupAcl(ctx *Context, args *LookupAclArgs, opts ...InvokeOption) (*LookupAclResult, error)
func LookupAclOutput(ctx *Context, args *LookupAclOutputArgs, opts ...InvokeOption) LookupAclResultOutput
Copy

> Note: This function is named LookupAcl in the Go SDK.

public static class GetAcl 
{
    public static Task<GetAclResult> InvokeAsync(GetAclArgs args, InvokeOptions? opts = null)
    public static Output<GetAclResult> Invoke(GetAclInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAclResult> getAcl(GetAclArgs args, InvokeOptions options)
public static Output<GetAclResult> getAcl(GetAclArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:memorydb:getAcl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AclName This property is required. string
The name of the acl.
AclName This property is required. string
The name of the acl.
aclName This property is required. String
The name of the acl.
aclName This property is required. string
The name of the acl.
acl_name This property is required. str
The name of the acl.
aclName This property is required. String
The name of the acl.

getAcl Result

The following output properties are available:

Arn string
The Amazon Resource Name (ARN) of the acl.
Status string
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
Tags List<Pulumi.AwsNative.Outputs.Tag>
An array of key-value pairs to apply to this cluster.
UserNames List<string>
List of users associated to this acl.
Arn string
The Amazon Resource Name (ARN) of the acl.
Status string
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
Tags Tag
An array of key-value pairs to apply to this cluster.
UserNames []string
List of users associated to this acl.
arn String
The Amazon Resource Name (ARN) of the acl.
status String
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
tags List<Tag>
An array of key-value pairs to apply to this cluster.
userNames List<String>
List of users associated to this acl.
arn string
The Amazon Resource Name (ARN) of the acl.
status string
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
tags Tag[]
An array of key-value pairs to apply to this cluster.
userNames string[]
List of users associated to this acl.
arn str
The Amazon Resource Name (ARN) of the acl.
status str
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
tags Sequence[root_Tag]
An array of key-value pairs to apply to this cluster.
user_names Sequence[str]
List of users associated to this acl.
arn String
The Amazon Resource Name (ARN) of the acl.
status String
Indicates acl status. Can be "creating", "active", "modifying", "deleting".
tags List<Property Map>
An array of key-value pairs to apply to this cluster.
userNames List<String>
List of users associated to this acl.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi