AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.memorydb.getACL
Explore with Pulumi AI
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(a_cl_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetACLResult
def get_acl_output(a_cl_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.
- a
CLName String The name of the acl.
- a
CLName string The name of the acl.
- a_
cl_ strname The name of the acl.
- a
CLName 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. Memory DB. Outputs. ACLTag> An array of key-value pairs to apply to this cluster.
- User
Names 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".
- List<ACLTag>
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[ACLTag]
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
ACLTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with 'aws:'. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0