Class CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty
An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty : CfnConfigurationSetEventDestinationPropsMixin.IDimensionConfigurationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty Implements CfnConfigurationSetEventDestinationPropsMixin.IDimensionConfigurationProperty
Remarks
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.CfnPropertyMixins.AWS.SES;
var dimensionConfigurationProperty = new DimensionConfigurationProperty {
DefaultDimensionValue = "defaultDimensionValue",
DimensionName = "dimensionName",
DimensionValueSource = "dimensionValueSource"
};
Synopsis
Constructors
| DimensionConfigurationProperty() | An object that defines the dimension configuration to use when you send email events 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. |
| 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. |
Constructors
DimensionConfigurationProperty()
An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.
public DimensionConfigurationProperty()
Remarks
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.CfnPropertyMixins.AWS.SES;
var dimensionConfigurationProperty = new DimensionConfigurationProperty {
DefaultDimensionValue = "defaultDimensionValue",
DimensionName = "dimensionName",
DimensionValueSource = "dimensionValueSource"
};
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.
public string? DefaultDimensionValue { get; set; }
Property Value
Remarks
DimensionName
The name of an Amazon CloudWatch dimension associated with an email sending metric.
public string? DimensionName { get; set; }
Property Value
Remarks
DimensionValueSource
The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.
public string? DimensionValueSource { get; set; }
Property Value
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 .