AWS::AppStream::FleetResource Type definition for AWS::AppStream::Fleet
22 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameFleetType