Class CfnCampaign.CampaignHookProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.CampaignHookProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.CampaignHookProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.CampaignHookProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.CampaignHookProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.CampaignHookProperty
An implementation for
CfnCampaign.CampaignHookProperty
-
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.CampaignHookProperty
CfnCampaign.CampaignHookProperty.Builder, CfnCampaign.CampaignHookProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.CampaignHookProperty.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 String
The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.final String
getMode()
The mode that Amazon Pinpoint uses to invoke the Lambda function.final String
The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.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.CampaignHookProperty.Builder
.
-
-
Method Details
-
getLambdaFunctionName
Description copied from interface:CfnCampaign.CampaignHookProperty
The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.- Specified by:
getLambdaFunctionName
in interfaceCfnCampaign.CampaignHookProperty
- See Also:
-
getMode
Description copied from interface:CfnCampaign.CampaignHookProperty
The mode that Amazon Pinpoint uses to invoke the Lambda function. Possible values are:.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 theCustomDeliveryConfiguration
andCampaignCustomMessage
objects of the campaign.
- Specified by:
getMode
in interfaceCfnCampaign.CampaignHookProperty
- See Also:
-
getWebUrl
Description copied from interface:CfnCampaign.CampaignHookProperty
The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.- Specified by:
getWebUrl
in interfaceCfnCampaign.CampaignHookProperty
- 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()
-