GetWorkspaceWorkspaceProperty class
Constructors
-
GetWorkspaceWorkspaceProperty({required Input<
String> computeTypeName, required Input<int> rootVolumeSizeGib, required Input<String> runningMode, required Input<int> runningModeAutoStopTimeoutInMinutes, required Input<int> userVolumeSizeGib}) -
Creates a new GetWorkspaceWorkspaceProperty.
computeTypeNameCompute type. For more information, see Amazon WorkSpaces Bundles. Valid values areVALUE,STANDARD,PERFORMANCE,POWER,GRAPHICS,POWERPROandGRAPHICSPRO.rootVolumeSizeGibSize of the root volume.runningModeRunning mode. For more information, see Manage the WorkSpace Running Mode. Valid values areAUTO_STOPandALWAYS_ON.runningModeAutoStopTimeoutInMinutesTime after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.userVolumeSizeGibSize of the user storage.const -
GetWorkspaceWorkspaceProperty.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
computeTypeName
→ Input<
String> -
Compute type. For more information, see Amazon WorkSpaces Bundles. Valid values are
VALUE,STANDARD,PERFORMANCE,POWER,GRAPHICS,POWERPROandGRAPHICSPRO.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
rootVolumeSizeGib
→ Input<
int> -
Size of the root volume.
final
-
runningMode
→ Input<
String> -
Running mode. For more information, see Manage the WorkSpace Running Mode. Valid values are
AUTO_STOPandALWAYS_ON.final -
runningModeAutoStopTimeoutInMinutes
→ Input<
int> -
Time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userVolumeSizeGib
→ Input<
int> -
Size of the user storage.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited