aws.mailmanager.list_ingress_points
Example SQL Queries
SELECT * FROMaws.mailmanager.list_ingress_points;Description
List all ingress endpoint resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| a_record The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager. | VARCHAR |
| ingress_point_id The identifier of the ingress endpoint resource. | VARCHAR |
| ingress_point_name A user friendly name for the ingress endpoint resource. | VARCHAR |
| status The status of the ingress endpoint resource. | VARCHAR |
| type The type of ingress endpoint resource. | VARCHAR |