GetWorkspaceWorkspaceProperty constructor

const GetWorkspaceWorkspaceProperty({
  1. required Input<String> computeTypeName,
  2. required Input<int> rootVolumeSizeGib,
  3. required Input<String> runningMode,
  4. required Input<int> runningModeAutoStopTimeoutInMinutes,
  5. 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.

Implementation

const GetWorkspaceWorkspaceProperty({
  required this.computeTypeName,
  required this.rootVolumeSizeGib,
  required this.runningMode,
  required this.runningModeAutoStopTimeoutInMinutes,
  required this.userVolumeSizeGib,
});