1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. appstream
  6. getUser

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

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Resource Type definition for AWS::AppStream::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(authentication_type: Optional[str] = None,
                 user_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetUserResult
    def get_user_output(authentication_type: pulumi.Input[Optional[str]] = None,
                 user_name: pulumi.Input[Optional[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:appstream:getUser
      arguments:
        # arguments dictionary
    data "aws-native_appstream_getuser" "name" {
        # arguments
    }

    The following arguments are supported:

    AuthenticationType string
    The authentication type for the user.
    UserName string
    The email address of the user.
    AuthenticationType string
    The authentication type for the user.
    UserName string
    The email address of the user.
    authentication_type string
    The authentication type for the user.
    user_name string
    The email address of the user.
    authenticationType String
    The authentication type for the user.
    userName String
    The email address of the user.
    authenticationType string
    The authentication type for the user.
    userName string
    The email address of the user.
    authentication_type str
    The authentication type for the user.
    user_name str
    The email address of the user.
    authenticationType String
    The authentication type for the user.
    userName String
    The email address of the user.

    getUser Result

    The following output properties are available:

    Arn string
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    Arn string
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    arn string
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    arn String
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    arn string
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    arn str
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.
    arn String
    Returns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial