

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 每种提供程序类型的有效配置参数
<a name="structure-configuration-examples"></a>

本节列出每个操作提供方的有效 `configuration` 参数。

每个操作都必须具有有效的操作配置，这取决于该操作的提供方类型。下表列出了每个有效提供方类型所需的操作配置元素：


**提供方类型的操作配置属性**  
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/codepipeline/latest/userguide/structure-configuration-examples.html)

以下示例显示使用 Alexa Skills Kit 的部署操作的有效配置：

```
"configuration": {
  "ClientId": "amzn1.application-oa2-client.aadEXAMPLE",
  "ClientSecret": "****",
  "RefreshToken": "****",
  "SkillId": "amzn1.ask.skill.22649d8f-0451-4b4b-9ed9-bfb6cEXAMPLE"
}
```

以下示例显示手动审批的有效配置：

```
"configuration": {
  "CustomData": "Comments on the manual approval",
  "ExternalEntityLink": "http://my-url.com",
  "NotificationArn": "arn:aws:sns:us-west-2:12345EXAMPLE:Notification"
}
```