HttpProxy - AWS Data Pipeline

AWS Data Pipeline 不再提供給新客戶。現有客戶 AWS Data Pipeline 可繼續正常使用此服務。進一步了解

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

HttpProxy

HttpProxy 允許您配置自己的代理並使任務運行器通過它訪問 AWS Data Pipeline 服務。您不需要使用此資訊設定執行中的 Task Runner。

HttpProxy 中的範例 TaskRunner

以下管道定義顯示 HttpProxy 物件:

{ "objects": [ { "schedule": { "ref": "Once" }, "pipelineLogUri": "s3://myDPLogUri/path", "name": "Default", "id": "Default" }, { "name": "test_proxy", "hostname": "hostname", "port": "port", "username": "username", "*password": "password", "windowsDomain": "windowsDomain", "type": "HttpProxy", "id": "test_proxy", }, { "name": "ShellCommand", "id": "ShellCommand", "runsOn": { "ref": "Resource" }, "type": "ShellCommandActivity", "command": "echo 'hello world' " }, { "period": "1 day", "startDateTime": "2013-03-09T00:00:00", "name": "Once", "id": "Once", "endDateTime": "2013-03-10T00:00:00", "type": "Schedule" }, { "role": "dataPipelineRole", "httpProxy": { "ref": "test_proxy" }, "actionOnResourceFailure": "retrynone", "maximumRetries": "0", "type": "Ec2Resource", "terminateAfter": "10 minutes", "resourceRole": "resourceRole", "name": "Resource", "actionOnTaskFailure": "terminate", "securityGroups": "securityGroups", "keyPair": "keyPair", "id": "Resource", "region": "us-east-1" } ], "parameters": [] }

語法

必要欄位 描述 槽類型
hostname 用戶端將用來連線至AWS服務的 Proxy 主機。 字串
port 用戶端將用來連線至「服AWS務」之 Proxy 主機的連接埠。 字串

選用欄位 描述 槽類型
parent 目前物件的父系,其插槽會被繼承。 引用對象,例如「父」:{「ref」:「myBaseObjectID」}
*password 代理的密碼。 字串
S3 NoProxy 連接到 Amazon S3 時禁用HTTP代理 Boolean
使用者名稱 代理的使用者名稱。 字串
windowsDomain NTLM代理伺服器的視窗網域名稱。 字串
windowsWorkgroup NTLM代理伺服器的 Windows 工作群組名稱。 字串

執行時間欄位 描述 槽類型
@version 建立物件使用的管道版本。 字串

系統欄位 描述 槽類型
@error 描述格式錯誤物件的錯誤。 字串
@pipelineId 此物件所屬管道的 ID。 字串
@sphere 物件範圍代表其在生命週期中的位置:Component 物件會引發執行 Attempt 物件的 Instance 物件。 字串