Show / Hide Table of Contents

Interface CfnWebApp.IWebAppUnitsProperty

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

Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebApp.IWebAppUnitsProperty
Syntax (vb)
Public Interface CfnWebApp.IWebAppUnitsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-webapp-webappunits.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Transfer;

             var webAppUnitsProperty = new WebAppUnitsProperty {
                 Provisioned = 123
             };

Synopsis

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.

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.

double Provisioned { get; }
Property Value

double

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-webapp-webappunits.html#cfn-transfer-webapp-webappunits-provisioned

Back to top Generated by DocFX