aws.mailmanager.list_addon_subscriptions
Example SQL Queries
SELECT * FROMaws.mailmanager.list_addon_subscriptions;Description
Lists all Add On subscriptions in your account.
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
| |
| addon_name The name of the Add On. | VARCHAR |
| addon_subscription_arn The Amazon Resource Name (ARN) of the Add On subscription. | VARCHAR |
| addon_subscription_id The unique ID of the Add On subscription. | VARCHAR |
| created_timestamp The timestamp of when the Add On subscription was created. | TIMESTAMP_S |