

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS End User Messaging SMS で設定セットを作成する
<a name="configuration-set-create"></a>

AWS End User Messaging 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 End User Messaging SMS コンソールを使用して設定セットを作成するには、次の手順に従います。

1. AWS End User Messaging SMS コンソール ([https://console.aws.amazon.com/sms-voice/](https://console.aws.amazon.com/sms-voice/)) を開きます。

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* を、作成する設定セットの名前で置き換えます。

------