OutSystems Forge 日本語データベース

unitAWSSigner

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-08-15 1.0.0 Renato Torres All .NET Components, Libraries
HTTPヘッダーに認証ヘッダーを追加して、AWS_IAM認証が必要なAmazon AWS RESTサービスを呼び出すことができます。
HTTPヘッダーに認証ヘッダーを追加して、AWS_IAM認証が必要なAmazon AWS RESTサービスを呼び出すことができます。 詳細については、https://docs.aws.amazon.com/general/latest/gr/signature-version-4.htmlを参照してください。 Michael Tsibelmanのaws-signer-v4-dot-netプロジェクトに基づいています。 使い方: 消費されたREST APIの "On Before Request"プロパティを "OnBeforeRequestAdvanced"に設定します。 "SignRequest"アクションをハンドラにドラッグします 必要なパラメータを設定する

[Overview]
Extension to add authentication headers to the HTTP request so it is possible to call Amazon AWS REST services that require AWS_IAM authentication.
[Detail]
Extension to add authentication headers to the HTTP request so it is possible to call Amazon AWS REST services that require AWS_IAM authentication. For more information see https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html. Based on the aws-signer-v4-dot-net project by Michael Tsibelman. How to use: Set the "On Before Request" property of the consumed REST API to "OnBeforeRequestAdvanced" Drag the "SignRequest" action to the handler Set the required parameters
戻る