Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.CloudWatchDestinationProperty

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

Inheritance
object
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
Implements
CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestination.CloudWatchDestinationProperty : CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.CloudWatchDestinationProperty Implements 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-pinpointemail-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.PinpointEmail;

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

Synopsis

Constructors

CloudWatchDestinationProperty()

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

Properties

DimensionConfigurations

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

Constructors

CloudWatchDestinationProperty()

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

public CloudWatchDestinationProperty()
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-pinpointemail-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.PinpointEmail;

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

Properties

DimensionConfigurations

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

public object? DimensionConfigurations { get; set; }
Property Value

object

Remarks

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

Implements

CfnConfigurationSetEventDestination.ICloudWatchDestinationProperty
Back to top Generated by DocFX