aws.cloudfront.get_monitoring_subscription
Example SQL Queries
SELECT * FROMaws.cloudfront.get_monitoring_subscriptionWHERE"distribution_id" = 'VALUE';Description
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| distribution_id Required Input Column The ID of the distribution that you are getting metrics 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
| |
| monitoring_subscription A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution. | STRUCT( |
Show child fields
| |