monitoring_subscription
Gets an individual monitoring_subscription
resource
Overview
Name | monitoring_subscription |
Type | Resource |
Description | monitoring_subscription |
Id | awscc.cloudfront.monitoring_subscription |
Fields
Name | Datatype | Description |
---|---|---|
distribution_id | string | |
monitoring_subscription | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
distribution_id,
monitoring_subscription
FROM awscc.cloudfront.monitoring_subscription
WHERE data__Identifier = '<DistributionId>';
Permissions
To operate on the monitoring_subscription
resource, the following permissions are required:
Delete
cloudfront:DeleteMonitoringSubscription
Read
cloudfront:GetMonitoringSubscription