Skip to main content

account_attributes

Creates, updates, deletes, gets or lists an account_attributes resource.

Overview

Nameaccount_attributes
TypeResource
Idaws.pinpoint_sms_voice_v2.account_attributes

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the account attribute. (ACCOUNT_TIER, DEFAULT_PROTECT_CONFIGURATION_ID)
valuestringThe value associated with the account attribute name.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_account_attributesselectregionDescribes 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
name,
value
FROM aws.pinpoint_sms_voice_v2.account_attributes
WHERE region = '{{ region }}' -- required
;