

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

# AWS End User Messaging SMS のすべての設定セットを表示する
<a name="configuration-set-view"></a>

AWS CLI を使用して設定セットを表示します。

------
#### [ List configuration sets (AWS CLI) ]

[describe-configuration-sets](https://docs.aws.amazon.com/cli/latest/reference/pinpoint-sms-voice-v2/describe-configuration-sets.html) コマンドを使用して、AWS End User Messaging SMS アカウントの設定セットに関する情報を表示できます。

**AWS CLI を使用してアカウントの設定セットを一覧表示するには**
+ コマンドラインで以下のコマンドを入力します。

  ```
  $ aws pinpoint-sms-voice-v2 describe-configuration-sets
  ```

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

[describe-configuration-sets](https://docs.aws.amazon.com/cli/latest/reference/pinpoint-sms-voice-v2/describe-configuration-sets.html) コマンドを使用して、AWS End User Messaging SMS アカウントの設定セットに関する情報を表示できます。

**AWS CLI を使用して、特定の設定についての情報を表示するには**
+ コマンドラインで以下のコマンドを入力します。

  ```
  $ aws pinpoint-sms-voice-v2 describe-configuration-sets \ 
  > --configuration-set-names {{configurationSet}}
  ```

前述のコマンドで、{{configurationSet}} を、詳細を表示する設定セットの名前で置き換えます。また、複数の設定セットを指定するには、設定セットの名前をスペースで区切ります。

------