aws.sesv2.get_dedicated_ips
Example SQL Queries
SELECT * FROMaws.sesv2.get_dedicated_ips;Description
List the dedicated IP addresses that are associated with your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter. | VARCHAR |
| page_size Input Column The number of results to show in a single call to GetDedicatedIpsRequest. 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 |
| pool_name Input Column The name of the IP pool that the dedicated IP address is associated with. | VARCHAR |
| _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_ips A list of dedicated IP addresses that are associated with your Amazon Web Services account. | STRUCT( |
Show child fields
| |