aws.autoscaling.describe_notification_configurations
Example SQL Queries
SELECT * FROMaws.autoscaling.describe_notification_configurations;Description
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| auto_scaling_group_names Input Column The name of the Auto Scaling group. | VARCHAR[] |
Show child fields
| |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| auto_scaling_group_name The name of the Auto Scaling group. | VARCHAR |
| notification_type One of the following event notification types:
| VARCHAR |
| topic_arn The Amazon Resource Name (ARN) of the Amazon SNS topic. | VARCHAR |