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 SourceComputeTypeName
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 |
RootVolumeSizeGib
The size of the root volume.
Declaration
public readonly int? RootVolumeSizeGib
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
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> |
UserVolumeSizeGib
The size of the user storage.
Declaration
public readonly int? UserVolumeSizeGib
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |