Show / Hide Table of Contents

Interface CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty

An object that defines an Amazon CloudWatch destination for email events.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty
Syntax (vb)
Public Interface CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty
Remarks

You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.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.AWS.SES;

             var cloudWatchDestinationProperty = new CloudWatchDestinationProperty {
                 DimensionConfigurations = new [] { new DimensionConfigurationProperty {
                     DefaultDimensionValue = "defaultDimensionValue",
                     DimensionName = "dimensionName",
                     DimensionValueSource = "dimensionValueSource"
                 } }
             };

Synopsis

Properties

DimensionConfigurations

An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

Properties

DimensionConfigurations

An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

object? DimensionConfigurations { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html#cfn-ses-configurationseteventdestination-cloudwatchdestination-dimensionconfigurations

Back to top Generated by DocFX