public static final class CfnCampaign.EventDimensionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.EventDimensionsProperty
CfnCampaign.EventDimensionsProperty
CfnCampaign.EventDimensionsProperty.Builder, CfnCampaign.EventDimensionsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAttributes()
One or more custom attributes that your application reports to Amazon Pinpoint.
|
java.lang.Object |
getEventType()
The name of the event that causes the campaign to be sent or the journey activity to be performed.
|
java.lang.Object |
getMetrics()
One or more custom metrics that your application reports to Amazon Pinpoint .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAttributes()
CfnCampaign.EventDimensionsProperty
You can use these attributes as selection criteria when you create an event filter.
getAttributes
in interface CfnCampaign.EventDimensionsProperty
public final java.lang.Object getEventType()
CfnCampaign.EventDimensionsProperty
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 .
getEventType
in interface CfnCampaign.EventDimensionsProperty
public final java.lang.Object getMetrics()
CfnCampaign.EventDimensionsProperty
You can use these metrics as selection criteria when you create an event filter.
getMetrics
in interface CfnCampaign.EventDimensionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()