aws.sesv2.list_dedicated_ip_pools
Example SQL Queries
SELECT * FROMaws.sesv2.list_dedicated_ip_pools;Description
List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListDedicatedIpPools. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. | BIGINT |
| _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
| |
| dedicated_ip_pools A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region. | VARCHAR[] |
Show child fields
| |