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
published on Monday, Jun 15, 2026 by Pulumi
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
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 dictionarydata "aws-native_appstream_getuser" "name" {
# arguments
}The following arguments are supported:
- Authentication
Type string - The authentication type for the user.
- User
Name 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.
- authentication_
type string - The authentication type for the user.
- user_
name 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.
- authentication
Type string - The authentication type for the user.
- user
Name 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.
- authentication
Type String - The authentication type for the user.
- user
Name 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
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
published on Monday, Jun 15, 2026 by Pulumi