aws.mailmanager.list_relays
Example SQL Queries
SELECT * FROMaws.mailmanager.list_relays;Description
Lists all the existing relay 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
| |
| last_modified_timestamp The timestamp of when the relay was last modified. | TIMESTAMP_S |
| relay_id The unique relay identifier. | VARCHAR |
| relay_name The unique relay name. | VARCHAR |