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. computeTypeName Compute type. For more information, see Amazon WorkSpaces Bundles. Valid values are VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO and GRAPHICSPRO. rootVolumeSizeGib Size of the root volume. runningMode Running mode. For more information, see Manage the WorkSpace Running Mode. Valid values are AUTO_STOP and ALWAYS_ON. runningModeAutoStopTimeoutInMinutes Time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals. userVolumeSizeGib Size 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, POWERPRO and GRAPHICSPRO.
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_STOP and ALWAYS_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