Class WorkspaceWorkspacePropertiesArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkspaceWorkspacePropertiesArgs : ResourceArgs
Constructors
View SourceWorkspaceWorkspacePropertiesArgs()
Declaration
public WorkspaceWorkspacePropertiesArgs()
Properties
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 Input<string> ComputeTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootVolumeSizeGib
The size of the root volume.
Declaration
public Input<int> RootVolumeSizeGib { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> RunningMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
UserVolumeSizeGib
The size of the user storage.
Declaration
public Input<int> UserVolumeSizeGib { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |