aws.chime.get_user_settings
Example SQL Queries
SELECT * FROMaws.chime.get_user_settingsWHERE"account_id" = 'VALUE'AND "user_id" = 'VALUE';Description
Retrieves settings for the specified user ID, such as any associated phone number settings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| user_id Required Input Column The user ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| user_settings The user settings. | STRUCT( |
Show child fields
| |