aws.mailmanager.get_relay
Example SQL Queries
SELECT * FROMaws.mailmanager.get_relayWHERE"relay_id" = 'VALUE';Description
Fetch the relay resource and it's attributes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| relay_id Required Input Column The unique relay identifier. | 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
| |
| authentication The authentication attribute—contains the secret ARN where the customer relay server credentials are stored. | STRUCT( |
Show child fields
| |
| created_timestamp The timestamp of when the relay was created. | TIMESTAMP_S |
| last_modified_timestamp The timestamp of when relay was last updated. | TIMESTAMP_S |
| relay_arn The Amazon Resource Name (ARN) of the relay. | VARCHAR |
| relay_name The unique name of the relay. | VARCHAR |
| server_name The destination relay server address. | VARCHAR |
| server_port The destination relay server port. | BIGINT |