aws.sesv2.get_dedicated_ip_pool
Example SQL Queries
SELECT * FROMaws.sesv2.get_dedicated_ip_poolWHERE"pool_name" = 'VALUE';Description
Retrieve information about the dedicated pool.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_name Required Input Column The name of the dedicated IP pool to retrieve. | 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_pool An object that contains information about a dedicated IP pool. | STRUCT( |
Show child fields
| |