@Stability(value=Stable)
public static interface CfnApplicationSettings.CampaignHookProperty
extends software.amazon.jsii.JsiiSerializable
// 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 |
CfnApplicationSettings.CampaignHookProperty.Builder
A builder for
CfnApplicationSettings.CampaignHookProperty |
static class |
CfnApplicationSettings.CampaignHookProperty.Jsii$Proxy
An implementation for
CfnApplicationSettings.CampaignHookProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationSettings.CampaignHookProperty.Builder |
builder() |
default String |
getLambdaFunctionName()
`CfnApplicationSettings.CampaignHookProperty.LambdaFunctionName`.
|
default String |
getMode()
`CfnApplicationSettings.CampaignHookProperty.Mode`.
|
default String |
getWebUrl()
`CfnApplicationSettings.CampaignHookProperty.WebUrl`.
|
@Stability(value=Stable) @Nullable default String getLambdaFunctionName()
@Stability(value=Stable) @Nullable default String getMode()
@Stability(value=Stable) @Nullable default String getWebUrl()
@Stability(value=Stable) static CfnApplicationSettings.CampaignHookProperty.Builder builder()
Copyright © 2021. All rights reserved.