aws.codeguruprofiler.get_notification_configuration
Example SQL Queries
SELECT * FROMaws.codeguruprofiler.get_notification_configurationWHERE"profiling_group_name" = 'VALUE';Description
Get the current configuration for anomaly notifications for a profiling group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profiling_group_name Required Input Column The name of the profiling group we want to get the notification configuration 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
| |
| notification_configuration The current notification configuration for this profiling group. | STRUCT( |
Show child fields
| |