@Stability(value=Stable) public static final class CfnApplicationSettings.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationSettings>
CfnApplicationSettings.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationSettings.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application.
|
CfnApplicationSettings |
build() |
CfnApplicationSettings.Builder |
campaignHook(CfnApplicationSettings.CampaignHookProperty campaignHook)
The settings for the Lambda function to use by default as a code hook for campaigns in the application.
|
CfnApplicationSettings.Builder |
campaignHook(IResolvable campaignHook)
The settings for the Lambda function to use by default as a code hook for campaigns in the application.
|
CfnApplicationSettings.Builder |
cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
CfnApplicationSettings.Builder |
cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
static CfnApplicationSettings.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplicationSettings.Builder |
limits(CfnApplicationSettings.LimitsProperty limits)
The default sending limits for campaigns in the application.
|
CfnApplicationSettings.Builder |
limits(IResolvable limits)
The default sending limits for campaigns in the application.
|
CfnApplicationSettings.Builder |
quietTime(CfnApplicationSettings.QuietTimeProperty quietTime)
The default quiet time for campaigns in the application.
|
CfnApplicationSettings.Builder |
quietTime(IResolvable quietTime)
The default quiet time for campaigns in the application.
|
@Stability(value=Stable) public static CfnApplicationSettings.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplicationSettings.CampaignHookProperty.Builder.@Stability(value=Stable) public CfnApplicationSettings.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder campaignHook(CfnApplicationSettings.CampaignHookProperty campaignHook)
To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
campaignHook - The settings for the Lambda function to use by default as a code hook for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder campaignHook(IResolvable campaignHook)
To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
campaignHook - The settings for the Lambda function to use by default as a code hook for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
cloudWatchMetricsEnabled - Specifies whether to enable application-related alarms in Amazon CloudWatch. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
cloudWatchMetricsEnabled - Specifies whether to enable application-related alarms in Amazon CloudWatch. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder limits(CfnApplicationSettings.LimitsProperty limits)
To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
limits - The default sending limits for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder limits(IResolvable limits)
To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
limits - The default sending limits for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder quietTime(CfnApplicationSettings.QuietTimeProperty quietTime)
Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:
EndpointDemographic.Timezone property of the endpoint is set to a valid value.QuietTime.Start property for the application (or a campaign that has custom quiet time settings).QuietTime.End property for the application (or a campaign that has custom quiet time settings).If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign, use the Campaign resource to define a custom quiet time for the campaign.
quietTime - The default quiet time for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings.Builder quietTime(IResolvable quietTime)
Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met:
EndpointDemographic.Timezone property of the endpoint is set to a valid value.QuietTime.Start property for the application (or a campaign that has custom quiet time settings).QuietTime.End property for the application (or a campaign that has custom quiet time settings).If any of the preceding conditions isn't met, the endpoint will receive messages from a campaign, even if quiet time is enabled.
To override the default quiet time settings for a specific campaign, use the Campaign resource to define a custom quiet time for the campaign.
quietTime - The default quiet time for campaigns in the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationSettings build()
build in interface software.amazon.jsii.Builder<CfnApplicationSettings>Copyright © 2022. All rights reserved.