UiPath Documentation
activities
latest
false
IT 自动化活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

创建 Workspace

“创建工作区”活动,用于创建新的工作区。

UiPath.AmazonWorkSpaces.Activities.AWRKSCreateWorkSpace

描述

用于创建新的 WorkSpace。

项目兼容性

Windows - 旧版 | Windows | 跨平台

配置

常见

  • “显示名称”- 活动的显示名称。

执行选项

  • Timeout - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. If not set, the activity runs until completion. Taken into consideration when WaitForCompletion is set to True. This field supports only integer and Int32 variables.
  • WaitForCompletion - If set to True, the activity waits to complete before moving to the next activity. This field only supports boolean values (True, False). The default value is True.

输入

  • BundleId - The bundle for the WorkSpace.
  • DirectoryId - The AWS Directory Service directory for the WorkSpace.
  • Username - The user name for the WorkSpace. It must exist in the AWS Directory Service directory associated with the WorkSpace.

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

输出

  • Workspace - The details about the newly created WorkSpace. This field supports only AWRKSWorkspace variables.

属性

  • ComputeType - The compute type. Select one of seven options: Value, Standard, Performance, Power, PowerPro, Graphics, GraphicsPro. The default value is Standard.
  • RunningMode - The running mode. Select one of two options: AutoStop, AlwaysOn. The default value is AutoStop.
    备注:

    在此处 阅读有关 WorkSpace 运行模式的 更多信息。

  • RunningModeAutoStopTimeout - The number of minutes (in 60-minute intervals) after a user logs off when WorkSpace is automatically stopped. Taken into consideration when RunningMode is set to AutoStop. This field supports only integer and Int32 variables. The default value is 60.
  • Tags - The tags to associate with the WorkSpace. It shall contain two columns of type String, the first one representing the key and the second its value. This field supports only DataTable variables.

卷和加密

  • RootVolumeEncryptionEnabled - Indicates whether the data stored on the root volume is encrypted. This field only supports boolean values (True, False). The default value is False.
  • RootVolumeSizeGb - The size of the root volume, in gigabytes. This field supports only integer and Int32 variables.
  • UserVolumeEncryptionEnabled - Indicates whether the data stored on the user volume is encrypted. This field only supports boolean values (True, False). The default value is False.
  • UserVolumeSizeGb - The size of the user storage, in gigabytes. This field supports only integer and Int32 variables.
    备注:

    Available volume sizes: [Root(GB), User(GB)] : [80, 10], [80, 50], [80, 100], [175 to 2000, 100 to 2000].

  • VolumeEncryptionKey - The symmetric AWS KMS customer master key used to encrypt data stored on the WorkSpace. This field is mandatory when the encryption for at least one of user volume or root volume is enabled.
备注:
  • The value for VolumeEncryptionKey parameter can be either the Alias (e.g. "aws/workspaces" or "alias/aws/workspaces") or the Key ID of the encryption key.
  • 如果您打算为一个用户创建多个 WorkSpace,请参阅为用户创建多个 WorkSpace
  • 描述
  • 项目兼容性
  • 配置
  • 常见
  • 执行选项
  • 输入
  • 其他
  • 输出
  • 属性
  • 卷和加密

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新