- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
Marketplace 用户指南
Amazon Textract 活动使用AWS Identity and Access Management (IAM)服务在 UiPath 与您的 AWS 资源之间建立经过身份验证的连接。此连接使机器人能够调用 Amazon Textract API,以代表您读取和写入资源。
To establish an authenticated connection, you create or use an existing IAM user and generate access keys (Access Key Id and Secret Access Key). When you create your IAM user, you assign the policies and permissions that specify the resources your Robot can access (for example, AmazonTextractFullAccess).
创建 IAM 用户并分配策略后,您可以在“Amazon 作用域”活动中输入“访问密钥 ID”和“秘密访问密钥”。运行自动化项目时,密钥用于对每个活动发出的 API 请求进行签名。
工作方式
以下步骤和消息序列图示例说明了活动从设计时(即活动依赖项和输入/输出属性)到运行时的工作方式。
属性
将此活动添加到 UiPath Studio 中的项目时,会指定以下属性的值。
常见
显示名称
活动的显示名称。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | Amazon Scope |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | 不适用 |
身份验证
ID
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 空白 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | 要检索访问密钥 ID,请参阅 AWS 文档中的以下部分之一:管理访问密钥(控制台)管理访问密钥 (AWS CLI)管理访问密钥 (AWS API) |
区域
要用于连接的AWS 服务端点。
| 属性 | 详细信息 |
|---|---|
| 类型 | 下拉列表 |
| 必填 | 是 |
| 默认值 | _US_East_N_Virginia |
| 允许的值 | 使用下拉列表选择适用的区域。 |
| 注意 | 根据您使用的活动,选择可提供服务的区域。有关可使用 Amazon Textract 的区域的列表,请参阅 AWS 文档中的AWS 服务端点 - Amazon Textract 。有关可使用 Amazon Rekognition 的区域列表,请参阅 AWS 文档中的AWS 服务端点 - Amazon Rekognition 。 |
密码
您想要连接到 Amazon Rekognition 服务的 IAM 用户 的 秘密访问密钥 。
| 属性 | 详细信息 |
|---|---|
| 类型 | String |
| 必填 | 是 |
| 默认值 | 空白 |
| 允许的值 | 输入 String 或 String 变量。 |
| 注意 | 要检索秘密访问密钥,请参阅 AWS 文档中的以下部分:管理访问密钥(控制台)管理访问密钥 (AWS CLI)管理访问密钥 (AWS API)请参阅下面的其他说明和图像。 |
If you're using an existing IAM user and no longer have the Secret Access Key, you create a new one by clicking the Create access key button in your IAM user summary - this action also creates a new Access Key Id
After you click the Create access key button a dialogue box opens. Per the AWS instructions: "Choose Download .csv file to save the access key ID and secret access key to a CSV file on your computer. Store the file in a secure location. You will not have access to the secret access key again after this dialog box closes. After you have downloaded the CSV file, choose Close." Amazon recommends frequent key rotation, so you can create new keys at anytime if you can't find the Secret Access Key associated with your Access Key ID. If you do create new keys, be sure to update any Amazon Scope activities in your existing projects. To learn more, see Managing Access Keys for IAM Users in the AWS documentation.
其他
私有
如果已选择,变量和参数的值将不会在 Verbose 级进行记录。
| 属性 | 详细信息 |
|---|---|
| 类型 | 复选框 |
| 必填 | 否 |
| 默认值 | 未选中 |
| 允许的值 | 已选择或未选择 |
| 注意 | 不适用 |