Show / Hide Table of Contents

Interface ICfnMonitoringSubscriptionMixinProps

Properties for CfnMonitoringSubscriptionPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnMonitoringSubscriptionMixinProps
Syntax (vb)
Public Interface ICfnMonitoringSubscriptionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins;

             var cfnMonitoringSubscriptionMixinProps = new CfnMonitoringSubscriptionMixinProps {
                 DistributionId = "distributionId",
                 MonitoringSubscription = new MonitoringSubscriptionProperty {
                     RealtimeMetricsSubscriptionConfig = new RealtimeMetricsSubscriptionConfigProperty {
                         RealtimeMetricsSubscriptionStatus = "realtimeMetricsSubscriptionStatus"
                     }
                 }
             };

Synopsis

Properties

DistributionId

The ID of the distribution that you are enabling metrics for.

MonitoringSubscription

A subscription configuration for additional CloudWatch metrics.

Properties

DistributionId

The ID of the distribution that you are enabling metrics for.

string? DistributionId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html#cfn-cloudfront-monitoringsubscription-distributionid

MonitoringSubscription

A subscription configuration for additional CloudWatch metrics.

object? MonitoringSubscription { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-monitoringsubscription.html#cfn-cloudfront-monitoringsubscription-monitoringsubscription

Type union: either IResolvable or CfnMonitoringSubscriptionPropsMixin.IMonitoringSubscriptionProperty

Back to top Generated by DocFX