Modify Workspace Properties
workspaces_modify_workspace_properties | R Documentation |
Modifies the specified WorkSpace properties¶
Description¶
Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
The MANUAL
running mode value is only supported by Amazon WorkSpaces
Core. Contact your account team to be allow-listed to use this value.
For more information, see Amazon WorkSpaces
Core.
Usage¶
Arguments¶
WorkspaceId
[required] The identifier of the WorkSpace.
WorkspaceProperties
The properties of the WorkSpace.
DataReplication
Indicates the data replication status.
Value¶
An empty list.
Request syntax¶
svc$modify_workspace_properties(
WorkspaceId = "string",
WorkspaceProperties = list(
RunningMode = "AUTO_STOP"|"ALWAYS_ON"|"MANUAL",
RunningModeAutoStopTimeoutInMinutes = 123,
RootVolumeSizeGib = 123,
UserVolumeSizeGib = 123,
ComputeTypeName = "VALUE"|"STANDARD"|"PERFORMANCE"|"POWER"|"GRAPHICS"|"POWERPRO"|"GRAPHICSPRO"|"GRAPHICS_G4DN"|"GRAPHICSPRO_G4DN",
Protocols = list(
"PCOIP"|"WSP"
),
OperatingSystemName = "AMAZON_LINUX_2"|"UBUNTU_18_04"|"UBUNTU_20_04"|"UBUNTU_22_04"|"UNKNOWN"|"WINDOWS_10"|"WINDOWS_11"|"WINDOWS_7"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"RHEL_8"
),
DataReplication = "NO_REPLICATION"|"PRIMARY_AS_SOURCE"
)