Skip to content

aws.chime_sdk_voice.get_phone_number_settings

Example SQL Queries

SELECT * FROM
aws.chime_sdk_voice.get_phone_number_settings;

Description

Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.

Table Definition

Column NameColumn Data Type
calling_name

The default outbound calling name for the account.

VARCHAR
calling_name_updated_timestamp

The updated outbound calling name timestamp, in ISO 8601 format.

TIMESTAMP_S