Class CfnWebApp.WebAppUnitsProperty
Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebApp.WebAppUnitsProperty : CfnWebApp.IWebAppUnitsProperty
Syntax (vb)
Public Class CfnWebApp.WebAppUnitsProperty Implements CfnWebApp.IWebAppUnitsProperty
Remarks
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
Constructors
| WebAppUnitsProperty() | Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app. |
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. |
Constructors
WebAppUnitsProperty()
Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app.
public WebAppUnitsProperty()
Remarks
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
};
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.
public double Provisioned { get; set; }
Property Value
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.