

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

# 每個提供者類型的有效組態參數
<a name="structure-configuration-examples"></a>

本部分列出每個動作供應商的有效 `configuration` 參數。

每項動作都必須具備有效的動作組態，根據該動作的提供者類型而定。下表列出各個有效提供者類型所需的動作組態元素：


**提供者類型的動作組態屬性**  
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_tw/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"
}
```