@Stability(value=Stable)
public static interface CfnCampaign.CampaignHookProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
CampaignHookProperty campaignHookProperty = CampaignHookProperty.builder()
.lambdaFunctionName("lambdaFunctionName")
.mode("mode")
.webUrl("webUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.CampaignHookProperty.Builder
A builder for
CfnCampaign.CampaignHookProperty |
static class |
CfnCampaign.CampaignHookProperty.Jsii$Proxy
An implementation for
CfnCampaign.CampaignHookProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.CampaignHookProperty.Builder |
builder() |
default String |
getLambdaFunctionName()
The name or Amazon Resource Name (ARN) of the Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.
|
default String |
getMode()
The mode that Amazon Pinpoint uses to invoke the Lambda function.
|
default String |
getWebUrl()
The web URL that Amazon Pinpoint calls to invoke the Lambda function over HTTPS.
|
@Stability(value=Stable) @Nullable default String getLambdaFunctionName()
@Stability(value=Stable) @Nullable default String getMode()
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.@Stability(value=Stable) @Nullable default String getWebUrl()
@Stability(value=Stable) static CfnCampaign.CampaignHookProperty.Builder builder()
Copyright © 2022. All rights reserved.