aws.mailmanager.get_addon_instance
Example SQL Queries
SELECT * FROMaws.mailmanager.get_addon_instanceWHERE"addon_instance_id" = 'VALUE';Description
Gets detailed information about an Add On instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| addon_instance_id Required Input Column The Add On instance ID to retrieve information for. | 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
| |
| addon_instance_arn The Amazon Resource Name (ARN) of the Add On instance. | VARCHAR |
| addon_name The name of the Add On provider associated to the subscription of the instance. | VARCHAR |
| addon_subscription_id The subscription ID associated to the instance. | VARCHAR |
| created_timestamp The timestamp of when the Add On instance was created. | TIMESTAMP_S |