Class CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty
An implementation for
CfnConfigurationSetEventDestinationPropsMixin.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.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty
CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Builder, CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestinationPropsMixin.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(CfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty.Builder.
-
-
Method Details
-
getDefaultDimensionValue
Description copied from interface:CfnConfigurationSetEventDestinationPropsMixin.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 interfaceCfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty- See Also:
-
getDimensionName
Description copied from interface:CfnConfigurationSetEventDestinationPropsMixin.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 interfaceCfnConfigurationSetEventDestinationPropsMixin.DimensionConfigurationProperty- See Also:
-
getDimensionValueSource
Description copied from interface:CfnConfigurationSetEventDestinationPropsMixin.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 interfaceCfnConfigurationSetEventDestinationPropsMixin.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()
-