AWS Fundamentals Logo
AWS Fundamentals
AWS::AppStream::Fleet

AppStream Fleet

Resource Type definition for AWS::AppStream::Fleet

Properties

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

Filter:
PropertyTypeFlags
InstanceType
string
Required
Name
string
RequiredCreate-only
ComputeCapacity
ComputeCapacity
Description
string
DisconnectTimeoutInSeconds
integer
DisplayName
string
DomainJoinInfo
DomainJoinInfo
EnableDefaultInternetAccess
boolean
FleetType
string
Create-only
IamRoleArn
string
IdleDisconnectTimeoutInSeconds
integer
ImageArn
string
ImageName
string
MaxConcurrentSessions
integer
MaxSessionsPerInstance
integer
MaxUserDurationInSeconds
integer
Platform
string
SessionScriptS3Location
S3Location
StreamView
string
Tags
Array<Tag>
UsbDeviceFilterStrings
Array<string>
VpcConfig
VpcConfig

Return Values

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

AttributeTypeDescription
Idstring-

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::Fleet

Resources:
  MyResource:
    Type: AWS::AppStream::Fleet
    Properties:
      InstanceType: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

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
Properties23
Required2
TaggingNot supported
Primary IDId

Immutable After Creation

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

NameFleetType

External Links