Show / Hide Table of Contents

Class CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty

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

Inheritance
object
CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty
Implements
CfnConfigurationSetEventDestinationPropsMixin.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.Mixins.Preview.AWS.PinpointEmail.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty : CfnConfigurationSetEventDestinationPropsMixin.ICloudWatchDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty Implements CfnConfigurationSetEventDestinationPropsMixin.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.Mixins.Preview.AWS.PinpointEmail.Mixins;

             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.Mixins.Preview.AWS.PinpointEmail.Mixins;

             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

Type union: either IResolvable or (either IResolvable or CfnConfigurationSetEventDestinationPropsMixin.IDimensionConfigurationProperty)[]

Implements

CfnConfigurationSetEventDestinationPropsMixin.ICloudWatchDestinationProperty
Back to top Generated by DocFX