aws.pinpoint_email.get_dedicated_ips
Example SQL Queries
SELECT * FROMaws.pinpoint_email.get_dedicated_ips;Description
List the dedicated IP addresses that are associated with your Amazon Pinpoint account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_name Input Column The name of the dedicated IP pool that the 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
| |
| ip An IP address that is reserved for use by your Amazon Pinpoint account. | VARCHAR |
| warmup_percentage Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use. | BIGINT |
| warmup_status The warm-up status of a dedicated IP address. The status can have one of the following values:
| VARCHAR |