@Stability(value=Stable)
public static interface CfnCampaign.LimitsProperty
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.*;
LimitsProperty limitsProperty = LimitsProperty.builder()
.daily(123)
.maximumDuration(123)
.messagesPerSecond(123)
.session(123)
.total(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.LimitsProperty.Builder
A builder for
CfnCampaign.LimitsProperty |
static class |
CfnCampaign.LimitsProperty.Jsii$Proxy
An implementation for
CfnCampaign.LimitsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.LimitsProperty.Builder |
builder() |
default Number |
getDaily()
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.
|
default Number |
getMaximumDuration()
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign.
|
default Number |
getMessagesPerSecond()
The maximum number of messages that a campaign can send each second.
|
default Number |
getSession()
`CfnCampaign.LimitsProperty.Session`.
|
default Number |
getTotal()
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.
|
@Stability(value=Stable) @Nullable default Number getDaily()
The maximum value is 100.
@Stability(value=Stable) @Nullable default Number getMaximumDuration()
The minimum value is 60 seconds.
@Stability(value=Stable) @Nullable default Number getMessagesPerSecond()
The minimum value is 50. The maximum value is 20,000.
@Stability(value=Stable) @Nullable default Number getSession()
@Stability(value=Stable) @Nullable default Number getTotal()
The maximum value is 100.
@Stability(value=Stable) static CfnCampaign.LimitsProperty.Builder builder()
CfnCampaign.LimitsProperty.Builder of CfnCampaign.LimitsPropertyCopyright © 2022. All rights reserved.