aws.mailmanager.get_addon_subscription
Example SQL Queries
SELECT * FROMaws.mailmanager.get_addon_subscriptionWHERE"addon_subscription_id" = 'VALUE';Description
Gets detailed information about an Add On subscription.
Table Definition
| Column Name | Column Data Type |
|---|---|
| addon_subscription_id Required Input Column The Add On subscription 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_name The name of the Add On for the subscription. | VARCHAR |
| addon_subscription_arn Amazon Resource Name (ARN) for the subscription. | VARCHAR |
| created_timestamp The timestamp of when the Add On subscription was created. | TIMESTAMP_S |