

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

# 檢視 AWS 最終使用者簡訊簡訊中的所有組態設定
<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 最終使用者傳訊簡訊帳戶中組態集的相關資訊。

**使用 檢視您帳戶中的組態集清單 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 最終使用者傳訊簡訊帳戶中組態設定的相關資訊。

**使用 檢視特定組態集的相關資訊 AWS CLI**
+ 在命令列中輸入以下命令：

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

在上述命令中，將 *configurationSet* 替換成您要尋找詳細資訊的組態集的名稱。使用空格分隔每個組態集的名稱，也可以指定多個組態集。

------