AWS::AppStream::User - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::User

The AWS::AppStream::User resource creates a new user in the AppStream 2.0 user pool.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::AppStream::User", "Properties" : { "AuthenticationType" : String, "FirstName" : String, "LastName" : String, "MessageAction" : String, "UserName" : String } }

YAML

Type: AWS::AppStream::User Properties: AuthenticationType: String FirstName: String LastName: String MessageAction: String UserName: String

Properties

AuthenticationType

The authentication type for the user. You must specify USERPOOL.

Required: Yes

Type: String

Allowed values: API | SAML | USERPOOL | AWS_AD

Update requires: Replacement

FirstName

The first name, or given name, of the user.

Required: No

Type: String

Pattern: ^[A-Za-z0-9_\-\s]+$

Maximum: 2048

Update requires: Replacement

LastName

The last name, or surname, of the user.

Required: No

Type: String

Pattern: ^[A-Za-z0-9_\-\s]+$

Maximum: 2048

Update requires: Replacement

MessageAction

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

Note

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

Required: No

Type: String

Allowed values: SUPPRESS | RESEND

Update requires: Replacement

UserName

The email address of the user.

Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

Required: Yes

Type: String

Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+

Minimum: 1

Maximum: 128

Update requires: Replacement

See also

  • CreateUser in the Amazon AppStream 2.0 API Reference