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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.DimensionConfigurationProperty
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder, CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe 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 StringThe name of an Amazon CloudWatch dimension associated with an email sending metric.final StringThe location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch.final inthashCode()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.DimensionConfigurationPropertyThe 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:
getDefaultDimensionValuein interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty- See Also:
-
getDimensionName
Description copied from interface:CfnConfigurationSetEventDestination.DimensionConfigurationPropertyThe 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:
getDimensionNamein interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty- See Also:
-
getDimensionValueSource
Description copied from interface:CfnConfigurationSetEventDestination.DimensionConfigurationPropertyThe 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-TAGSheader or a parameter to theSendEmailAPI, 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:
getDimensionValueSourcein interfaceCfnConfigurationSetEventDestination.DimensionConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-