aws.pinpoint_email.get_dedicated_ip
Example SQL Queries
SELECT * FROMaws.pinpoint_email.get_dedicated_ipWHERE"ip" = 'VALUE';Description
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ip Required Input Column The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account. | 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_ip An object that contains information about a dedicated IP address. | STRUCT( |
Show child fields
| |