aws.pinpoint_sms_voice_v2.describe_pools
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_pools;Description
Retrieves the specified pools or all pools associated with your Amazon Web Services account.
If you specify pool IDs, the output includes information for only the specified pools. If you specify filters, the output includes information for only those pools that meet the filter criteria. If you don't specify pool IDs or filters, the output includes information for all pools.
If you specify a pool ID that isn't valid, an error is returned.
A pool is a collection of phone numbers and SenderIds. A pool can include one or more phone numbers and SenderIds that are associated with your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of PoolFilter objects to filter the results. | STRUCT( |
Show child fields
| |
| pool_ids Input Column The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn. | VARCHAR[] |
Show child fields
| |
| _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
| |
| created_timestamp The time when the pool was created, in UNIX epoch time format. | TIMESTAMP_S |
| deletion_protection_enabled When set to true the pool can't be deleted. | BOOLEAN |
| message_type The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive. | VARCHAR |
| opt_out_list_name The name of the OptOutList associated with the pool. | VARCHAR |
| pool_arn The Amazon Resource Name (ARN) for the pool. | VARCHAR |
| pool_id The unique identifier for the pool. | VARCHAR |
| self_managed_opt_outs_enabled When set to false, an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests. For more information see Self-managed opt-outs | BOOLEAN |
| shared_routes_enabled Allows you to enable shared routes on your pool. By default, this is set to False. If you set this value to True, your messages are sent using phone numbers or sender IDs (depending on the country) that are shared with other users. In some countries, such as the United States, senders aren't allowed to use shared routes and must use a dedicated phone number or short code. | BOOLEAN |
| status The current status of the pool. | VARCHAR |
| two_way_channel_arn The Amazon Resource Name (ARN) of the two way channel. | VARCHAR |
| two_way_channel_role An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages. | VARCHAR |
| two_way_enabled When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn. | BOOLEAN |