public static final class CfnCampaign.CampaignHookProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.CampaignHookProperty
CfnCampaign.CampaignHookProperty
CfnCampaign.CampaignHookProperty.Builder, CfnCampaign.CampaignHookProperty.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.String |
getLambdaFunctionName()
The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
|
java.lang.String |
getMode()
The mode that Amazon Pinpoint uses to invoke the Lambda function.
|
java.lang.String |
getWebUrl()
The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.
|
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.String getLambdaFunctionName()
CfnCampaign.CampaignHookProperty
getLambdaFunctionName
in interface CfnCampaign.CampaignHookProperty
public final java.lang.String getMode()
CfnCampaign.CampaignHookProperty
FILTER
- Invoke the function to customize the segment that's used by a campaign.DELIVERY
- (Deprecated) Previously, invoked the function to send a campaign through a custom channel. This functionality is not supported anymore. To send a campaign through a custom channel, use the CustomDeliveryConfiguration
and CampaignCustomMessage
objects of the campaign.getMode
in interface CfnCampaign.CampaignHookProperty
public final java.lang.String getWebUrl()
CfnCampaign.CampaignHookProperty
getWebUrl
in interface CfnCampaign.CampaignHookProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()