Class CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetEventDestination.DimensionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetEventDestination.DimensionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetEventDestination.DimensionConfigurationProperty
An implementation for
CfnConfigurationSetEventDestination.DimensionConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.DimensionConfigurationProperty
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder, CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
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.final String
The name of an Amazon CloudWatch dimension associated with an email sending metric.final String
The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder
.
-
-
Method Details
-
getDefaultDimensionValue
Description copied from interface:CfnConfigurationSetEventDestination.DimensionConfigurationProperty
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.This value has to meet the following criteria:
- It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
- It can contain no more than 256 characters.
- Specified by:
getDefaultDimensionValue
in interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty
-
getDimensionName
Description copied from interface:CfnConfigurationSetEventDestination.DimensionConfigurationProperty
The name of an Amazon CloudWatch dimension associated with an email sending metric.The name has to meet the following criteria:
- It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
- It can contain no more than 256 characters.
- Specified by:
getDimensionName
in interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty
-
getDimensionValueSource
Description copied from interface:CfnConfigurationSetEventDestination.DimensionConfigurationProperty
The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch.Acceptable values:
MESSAGE_TAG
,EMAIL_HEADER
, andLINK_TAG
.If you want Amazon Pinpoint to use the message tags that you specify using an
X-SES-MESSAGE-TAGS
header or a parameter to theSendEmail
API, chooseMESSAGE_TAG
. If you want Amazon Pinpoint to use your own email headers, chooseEMAIL_HEADER
. If you want Amazon Pinpoint to use tags that are specified in your links, chooseLINK_TAG
.- Specified by:
getDimensionValueSource
in interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-