AWS::Transfer::WebApp WebAppUnits - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::Transfer::WebApp WebAppUnits

Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app.

Syntax

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

JSON

{ "Provisioned" : Integer }

YAML

Provisioned: Integer

Properties

Provisioned

An integer that represents the number of units for your desired number of concurrent connections, or the number of user sessions on your web app at the same time.

Each increment allows an additional 250 concurrent sessions: a value of 1 sets the number of concurrent sessions to 250; 2 sets a value of 500, and so on.

Required: Yes

Type: Integer

Minimum: 1

Update requires: No interruption