aws.pinpoint_sms_voice_v2.describe_account_attributes
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_account_attributes;Description
Describes attributes of your Amazon Web Services account. The supported account attributes include account tier, which indicates whether your account is in the sandbox or production environment. When you're ready to move your account out of the sandbox, create an Amazon Web Services Support case for a service limit increase request.
New accounts are placed into an SMS or voice sandbox. The sandbox protects both Amazon Web Services end recipients and SMS or voice recipients from fraud and abuse.
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
| |
| name The name of the account attribute. | VARCHAR |
| value The value associated with the account attribute name. | VARCHAR |