aws.pinpoint_sms_voice_v2.describe_spend_limits
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_spend_limits;Description
Describes the current monthly spend limits for sending voice and text messages.
When you establish an Amazon Web Services account, the account has initial monthly spend limit in a given Region. For more information on increasing your monthly spend limit, see Requesting increases to your monthly SMS, MMS, or Voice spending quota in the AWS End User Messaging SMS User Guide.
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
| |
| enforced_limit The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month. This value has to be less than or equal to the amount in MaxLimit. To use this custom limit, Overridden must be set to true. | BIGINT |
| max_limit The maximum amount of money that you are able to spend to send messages each month, in US dollars. | BIGINT |
| name The name for the SpendLimit. | VARCHAR |
| overridden When set to True, the value that has been specified in the EnforcedLimit is used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars. | BOOLEAN |