We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
Resource Type definition for AWS::AppStream::User
Create User Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new User(name: string, args: UserArgs, opts?: CustomResourceOptions);@overload
def User(resource_name: str,
args: UserArgs,
opts: Optional[ResourceOptions] = None)
@overload
def User(resource_name: str,
opts: Optional[ResourceOptions] = None,
authentication_type: Optional[str] = None,
first_name: Optional[str] = None,
last_name: Optional[str] = None,
message_action: Optional[str] = None,
user_name: Optional[str] = None)func NewUser(ctx *Context, name string, args UserArgs, opts ...ResourceOption) (*User, error)public User(string name, UserArgs args, CustomResourceOptions? opts = null)type: aws-native:appstream:User
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_appstream_user" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
User Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The User resource accepts the following input properties:
- Authentication
Type string - The authentication type for the user.
- First
Name string - The first name, or given name, of the user.
- Last
Name string - The last name, or surname, of the user.
- Message
Action string - 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.
- User
Name string - The email address of the user.
- Authentication
Type string - The authentication type for the user.
- First
Name string - The first name, or given name, of the user.
- Last
Name string - The last name, or surname, of the user.
- Message
Action string - 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.
- User
Name string - The email address of the user.
- authentication_
type string - The authentication type for the user.
- first_
name string - The first name, or given name, of the user.
- last_
name string - The last name, or surname, of the user.
- message_
action string - 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.
- user_
name string - The email address of the user.
- authentication
Type String - The authentication type for the user.
- first
Name String - The first name, or given name, of the user.
- last
Name String - The last name, or surname, of the user.
- message
Action String - 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.
- user
Name String - The email address of the user.
- authentication
Type string - The authentication type for the user.
- first
Name string - The first name, or given name, of the user.
- last
Name string - The last name, or surname, of the user.
- message
Action string - 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.
- user
Name string - The email address of the user.
- authentication_
type str - The authentication type for the user.
- first_
name str - The first name, or given name, of the user.
- last_
name str - The last name, or surname, of the user.
- message_
action str - 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.
- user_
name str - The email address of the user.
- authentication
Type String - The authentication type for the user.
- first
Name String - The first name, or given name, of the user.
- last
Name String - The last name, or surname, of the user.
- message
Action String - 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.
- user
Name String - The email address of the user.
Outputs
All input properties are implicitly available as output properties. Additionally, the User resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi