- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発
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 |
| Required | はい |
| 既定値 | Amazon Scope |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | N/A |
認証
ID
認証する IAM ユーザーの アクセス キー ID です。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | はい |
| 既定値 | 空 |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | アクセスキー ID を取得するには、AWS ドキュメントの以下のいずれかのセクションを参照してください。 アクセス キーの管理 (コンソール) アクセスキーの管理 (AWS CLI) アクセスキーの管理 (AWS API) |
リージョン
接続に使用する AWS サービス エンドポイント です。
| 属性 | 詳細 |
|---|---|
| 入力 | ドロップダウン リスト |
| Required | はい |
| 既定値 | _US_East_N_Virginia |
| 許容値 | ドロップダウン リストを使用して、該当するリージョンを選択します。 |
| 備考 | 使用しているアクティビティに応じて、サービスを利用可能なリージョンを選択します。Amazon Textract を利用できるリージョンのリストについては、AWS ドキュメントの 「AWS サービス エンドポイント - Amazon Textract 」をご覧ください。Amazon Rekognition を利用できるリージョンのリストについては、AWS ドキュメントの 「AWS Service Endpoints - Amazon Rekognition 」をご覧ください。 |
シークレット
Amazon Rekognition サービスに接続する IAM ユーザーの シークレットアクセスキー です。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | はい |
| 既定値 | 空 |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | シークレット アクセス キーを取得するには、AWS ドキュメントの「 Managing Access Keys (Console)」のいずれかのセクションをご覧ください。 Managing Access Keys (コンソール) Managing Access Keys (AWS CLI) Managing Access Keys (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.
その他
プライベート (Private)
選択すると、変数と引数の値が Verbose レベルでログ記録されなくなります。
| 属性 | 詳細 |
|---|---|
| 入力 | チェックボックス |
| Required | いいえ |
| 既定値 | 非選択 |
| 許容値 | 選択または非選択 |
| 備考 | N/A |