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.elasticache.getUser
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::ElastiCache::User
Using getUser
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 getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>def get_user(user_id: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(user_id: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput> Note: This function is named LookupUser in the Go SDK.
public static class GetUser 
{
    public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
    public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:elasticache:getUser
  arguments:
    # arguments dictionaryThe following arguments are supported:
- UserId string
- The ID of the user.
- UserId string
- The ID of the user.
- userId String
- The ID of the user.
- userId string
- The ID of the user.
- user_id str
- The ID of the user.
- userId String
- The ID of the user.
getUser Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the user account.
- Engine
Pulumi.Aws Native. Elasti Cache. User Engine 
- The target cache engine for the user.
- Status string
- Indicates the user status. Can be "active", "modifying" or "deleting".
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this user.
- Arn string
- The Amazon Resource Name (ARN) of the user account.
- Engine
UserEngine 
- The target cache engine for the user.
- Status string
- Indicates the user status. Can be "active", "modifying" or "deleting".
- Tag
- An array of key-value pairs to apply to this user.
- arn String
- The Amazon Resource Name (ARN) of the user account.
- engine
UserEngine 
- The target cache engine for the user.
- status String
- Indicates the user status. Can be "active", "modifying" or "deleting".
- List<Tag>
- An array of key-value pairs to apply to this user.
- arn string
- The Amazon Resource Name (ARN) of the user account.
- engine
UserEngine 
- The target cache engine for the user.
- status string
- Indicates the user status. Can be "active", "modifying" or "deleting".
- Tag[]
- An array of key-value pairs to apply to this user.
- arn str
- The Amazon Resource Name (ARN) of the user account.
- engine
UserEngine 
- The target cache engine for the user.
- status str
- Indicates the user status. Can be "active", "modifying" or "deleting".
- Sequence[root_Tag]
- An array of key-value pairs to apply to this user.
- arn String
- The Amazon Resource Name (ARN) of the user account.
- engine "redis" | "valkey"
- The target cache engine for the user.
- status String
- Indicates the user status. Can be "active", "modifying" or "deleting".
- List<Property Map>
- An array of key-value pairs to apply to this user.
Supporting Types
Tag
UserEngine 
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
