AWS::AppStream::Fleet ComputeCapacity - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppStream::Fleet ComputeCapacity

The desired capacity for a fleet.

Syntax

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

JSON

{ "DesiredInstances" : Integer, "DesiredSessions" : Integer }

YAML

DesiredInstances: Integer DesiredSessions: Integer

Properties

DesiredInstances

The desired number of streaming instances.

Required: No

Type: Integer

Update requires: No interruption

DesiredSessions

The desired capacity in terms of number of user sessions, for the multi-session fleet. This is not allowed for single-session fleets.

When you create a fleet, you must set define either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.

Required: No

Type: Integer

Update requires: No interruption