Class CfnCampaign.EventDimensionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.EventDimensionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.EventDimensionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.EventDimensionsProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.EventDimensionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.EventDimensionsProperty
An implementation for
CfnCampaign.EventDimensionsProperty
-
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.pinpoint.CfnCampaign.EventDimensionsProperty
CfnCampaign.EventDimensionsProperty.Builder, CfnCampaign.EventDimensionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.EventDimensionsProperty.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 Object
One or more custom attributes that your application reports to Amazon Pinpoint.final Object
The name of the event that causes the campaign to be sent or the journey activity to be performed.final Object
One or more custom metrics that your application reports to Amazon Pinpoint .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
Constructor that initializes the object based on literal property values passed by theCfnCampaign.EventDimensionsProperty.Builder
.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnCampaign.EventDimensionsProperty
One or more custom attributes that your application reports to Amazon Pinpoint.You can use these attributes as selection criteria when you create an event filter.
- Specified by:
getAttributes
in interfaceCfnCampaign.EventDimensionsProperty
- See Also:
-
getEventType
Description copied from interface:CfnCampaign.EventDimensionsProperty
The name of the event that causes the campaign to be sent or the journey activity to be performed.This can be a standard event that Amazon Pinpoint generates, such as
_email.delivered
or_custom.delivered
. For campaigns, this can also be a custom event that's specific to your application. For information about standard events, see Streaming Amazon Pinpoint Events in the Amazon Pinpoint Developer Guide .- Specified by:
getEventType
in interfaceCfnCampaign.EventDimensionsProperty
- See Also:
-
getMetrics
Description copied from interface:CfnCampaign.EventDimensionsProperty
One or more custom metrics that your application reports to Amazon Pinpoint .You can use these metrics as selection criteria when you create an event filter.
- Specified by:
getMetrics
in interfaceCfnCampaign.EventDimensionsProperty
- See Also:
-
$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()
-