Show / Hide Table of Contents

Interface CfnConfigurationSetEventDestination.IDimensionConfigurationProperty

An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.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 dimensionConfigurationProperty = new DimensionConfigurationProperty {
                 DefaultDimensionValue = "defaultDimensionValue",
                 DimensionName = "dimensionName",
                 DimensionValueSource = "dimensionValueSource"
             };

Synopsis

Properties

DefaultDimensionValue

The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email.

DimensionName

The name of an Amazon CloudWatch dimension associated with an email sending metric.

DimensionValueSource

The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.

Properties

DefaultDimensionValue

The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email.

string DefaultDimensionValue { get; }
Property Value

string

Remarks

This value has to meet the following criteria:

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

    DimensionName

    The name of an Amazon CloudWatch dimension associated with an email sending metric.

    string DimensionName { get; }
    Property Value

    string

    Remarks

    The name has to meet the following criteria:

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

      DimensionValueSource

      The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.

      string DimensionValueSource { get; }
      Property Value

      string

      Remarks

      To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag . To use your own email headers, choose emailHeader . To use link tags, choose linkTag .

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

      Back to top Generated by DocFX