interface MonitoringSubscriptionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.MonitoringSubscriptionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#MonitoringSubscriptionReference |
Java | software.amazon.awscdk.services.cloudfront.MonitoringSubscriptionReference |
Python | aws_cdk.aws_cloudfront.MonitoringSubscriptionReference |
TypeScript | aws-cdk-lib » aws_cloudfront » MonitoringSubscriptionReference |
A reference to a MonitoringSubscription resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const monitoringSubscriptionReference: cloudfront.MonitoringSubscriptionReference = {
distributionId: 'distributionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| distribution | string | The DistributionId of the MonitoringSubscription resource. |
distributionId
Type:
string
The DistributionId of the MonitoringSubscription resource.

.NET
Go
Java
Python
TypeScript