

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

# 在 AWS 最終使用者傳訊簡訊中建立組態設定
<a name="configuration-set-create"></a>

使用 AWS 最終使用者簡訊 SMS 主控台或 AWS CLI 來建立組態設定。建立組態集之後，您應該新增[事件目的地](configuration-sets-event-destinations.md#configuration-sets-event-destinations.title)並[保護組態](protect-configuration.md#protect-configuration.title)。

------
#### [ Creating a configuration set (Console) ]

若要使用 AWS 最終使用者簡訊 SMS 主控台建立組態設定，請遵循下列步驟：

1. 開啟位於 https：//[https://console.aws.amazon.com/sms-voice/](https://console.aws.amazon.com/sms-voice/) 的 AWS 終端使用者簡訊主控台。

1. 在導覽窗格**的組態**下，選擇**組態集**，然後選擇**建立組態集**。

1. 針對**組態設定名稱**，輸入組態設定的描述性名稱。

1. 選擇**建立組態設定**。

------
#### [ Creating a configuration set (AWS CLI) ]

您可以使用 [create-configuration-set](https://docs.aws.amazon.com/cli/latest/reference/pinpoint-sms-voice-v2/create-configuration-set.html) 命令來建立新的組態設定。

```
$ aws pinpoint-sms-voice-v2 create-configuration-set \
> --configuration-set-name configurationSet
```

在上述命令中，將 *configurationSet* 替換成您要建立的組態集的名稱。

------