Show / Hide Table of Contents

Class WorkspaceWorkspaceProperties

Inheritance
System.Object
WorkspaceWorkspaceProperties
Inherited Members
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkspaceWorkspaceProperties

Fields

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 readonly string ComputeTypeName
Field Value
Type Description
System.String
View Source

RootVolumeSizeGib

The size of the root volume.

Declaration
public readonly int? RootVolumeSizeGib
Field Value
Type Description
System.Nullable<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 readonly string RunningMode
Field Value
Type Description
System.String
View Source

RunningModeAutoStopTimeoutInMinutes

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

Declaration
public readonly int? RunningModeAutoStopTimeoutInMinutes
Field Value
Type Description
System.Nullable<System.Int32>
View Source

UserVolumeSizeGib

The size of the user storage.

Declaration
public readonly int? UserVolumeSizeGib
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.