We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.memorydb.getAcl
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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>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]func LookupAcl(ctx *Context, args *LookupAclArgs, opts ...InvokeOption) (*LookupAclResult, error)
func LookupAclOutput(ctx *Context, args *LookupAclOutputArgs, opts ...InvokeOption) LookupAclResultOutput> 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)
}public static CompletableFuture<GetAclResult> getAcl(GetAclArgs args, InvokeOptions options)
public static Output<GetAclResult> getAcl(GetAclArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:memorydb:getAcl
arguments:
# arguments dictionaryThe following arguments are supported:
- Acl
Name string - The name of the acl.
- Acl
Name string - The name of the acl.
- acl
Name String - The name of the acl.
- acl
Name string - The name of the acl.
- acl_
name str - The name of the acl.
- acl
Name 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".
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this cluster.
- User
Names List<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".
- 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".
- List<Property Map>
- An array of key-value pairs to apply to this cluster.
- user
Names List<String> - List of users associated to this acl.
Supporting Types
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
