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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnCampaign.EventDimensionsProperty
CfnCampaign.EventDimensionsProperty.Builder, CfnCampaign.EventDimensionsProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.EventDimensionsProperty.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 ObjectOne or more custom attributes that your application reports to Amazon Pinpoint.final ObjectThe name of the event that causes the campaign to be sent or the journey activity to be performed.final ObjectOne or more custom metrics that your application reports to Amazon Pinpoint .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
Constructor that initializes the object based on literal property values passed by theCfnCampaign.EventDimensionsProperty.Builder. 
 - 
 - 
Method Details
- 
getAttributes
Description copied from interface:CfnCampaign.EventDimensionsPropertyOne 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:
 getAttributesin interfaceCfnCampaign.EventDimensionsProperty
 - 
getEventType
Description copied from interface:CfnCampaign.EventDimensionsPropertyThe 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.deliveredor_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:
 getEventTypein interfaceCfnCampaign.EventDimensionsProperty
 - 
getMetrics
Description copied from interface:CfnCampaign.EventDimensionsPropertyOne 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:
 getMetricsin interfaceCfnCampaign.EventDimensionsProperty
 - 
$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() 
 -