Show / Hide Table of Contents

Class WorkspaceWorkspacePropertiesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceWorkspacePropertiesArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Workspaces.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkspaceWorkspacePropertiesArgs : ResourceArgs

Constructors

View Source

WorkspaceWorkspacePropertiesArgs()

Declaration
public WorkspaceWorkspacePropertiesArgs()

Properties

View Source

ComputeTypeName

The compute type. For more information, see Amazon WorkSpaces Bundles. Valid values are VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO and GRAPHICSPRO.

Declaration
public Input<string> ComputeTypeName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RootVolumeSizeGib

The size of the root volume.

Declaration
public Input<int> RootVolumeSizeGib { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RunningMode

The size of the root volume. The running mode. For more information, see Manage the WorkSpace Running Mode. Valid values are AUTO_STOP and ALWAYS_ON.

Declaration
public Input<string> RunningMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RunningModeAutoStopTimeoutInMinutes

The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.

Declaration
public Input<int> RunningModeAutoStopTimeoutInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UserVolumeSizeGib

The size of the user storage.

Declaration
public Input<int> UserVolumeSizeGib { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.