Show / Hide Table of Contents

Interface CfnWorkspacesPoolPropsMixin.ICapacityProperty

Describes the user capacity for the pool.

Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkSpaces.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWorkspacesPoolPropsMixin.ICapacityProperty
Syntax (vb)
Public Interface CfnWorkspacesPoolPropsMixin.ICapacityProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspacespool-capacity.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.Mixins.Preview.AWS.WorkSpaces.Mixins;

             var capacityProperty = new CapacityProperty {
                 DesiredUserSessions = 123
             };

Synopsis

Properties

DesiredUserSessions

The desired number of user sessions for the WorkSpaces in the pool.

Properties

DesiredUserSessions

The desired number of user sessions for the WorkSpaces in the pool.

double? DesiredUserSessions { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspacespool-capacity.html#cfn-workspaces-workspacespool-capacity-desiredusersessions

Back to top Generated by DocFX