Skip to content

Describe Account Attributes

pinpointsmsvoicev2_describe_account_attributes R Documentation

Describes attributes of your Amazon Web Services account

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 Amazon Pinpoint 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.

Usage

pinpointsmsvoicev2_describe_account_attributes(NextToken, MaxResults)

Arguments

NextToken

The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

MaxResults

The maximum number of results to return per each request.

Value

A list with the following syntax:

list(
  AccountAttributes = list(
    list(
      Name = "ACCOUNT_TIER"|"DEFAULT_PROTECT_CONFIGURATION_ID",
      Value = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$describe_account_attributes(
  NextToken = "string",
  MaxResults = 123
)