aws.sns.get_sms_attributes
Example SQL Queries
SELECT * FROMaws.sns.get_sms_attributes;Description
Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the SetSMSAttributes action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| _input_attributes Input Column | VARCHAR[] |
Show child fields
| |
| attributes The SMS attribute names and their values. | MAP(VARCHAR, VARCHAR) |