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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.memorydb.getAcl

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:memorydb:getAcl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AclName string
    The name of the acl.
    AclName string
    The name of the acl.
    aclName String
    The name of the acl.
    aclName string
    The name of the acl.
    acl_name str
    The name of the acl.
    aclName 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi