AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::User

AppStream User

Resource Type definition for AWS::AppStream::User

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthenticationType
string
RequiredCreate-only
UserName
string
RequiredCreate-only
FirstName
string
Create-only
LastName
string
Create-only
MessageAction
string
Create-onlyWrite-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringReturns the Amazon Resource Name (ARN) for the Amazon AppStream User resource.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppStream::User

Resources:
  MyResource:
    Type: AWS::AppStream::User
    Properties:
      UserName: "my-username"
      AuthenticationType: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

appstream:DescribeUsers

list

appstream:DescribeUsers

delete

appstream:DeleteUser

create

appstream:CreateUserappstream:DescribeUsers

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAppStream
Properties6
Required2
TaggingNot supported
Primary IDUserName

Supported Operations

ReadListDeleteCreate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AuthenticationTypeUserNameMessageActionFirstNameLastName

External Links