@Stability(value=Stable) @Internal public static final class CfnApplicationSettingsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationSettingsProps
CfnApplicationSettingsPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplicationSettingsProps.Builder, CfnApplicationSettingsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplicationSettingsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplicationSettingsProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application.
|
Object |
getCampaignHook()
The settings for the Lambda function to use by default as a code hook for campaigns in the application.
|
Object |
getCloudWatchMetricsEnabled()
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
Object |
getLimits()
The default sending limits for campaigns in the application.
|
Object |
getQuietTime()
The default quiet time for campaigns in the application.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplicationSettingsProps.Builder builder)
CfnApplicationSettingsProps.Builder.public final String getApplicationId()
CfnApplicationSettingsPropsgetApplicationId in interface CfnApplicationSettingsPropspublic final Object getCampaignHook()
CfnApplicationSettingsPropsTo override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign.
getCampaignHook in interface CfnApplicationSettingsPropspublic final Object getCloudWatchMetricsEnabled()
CfnApplicationSettingsPropsgetCloudWatchMetricsEnabled in interface CfnApplicationSettingsPropspublic final Object getLimits()
CfnApplicationSettingsPropsTo override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign.
getLimits in interface CfnApplicationSettingsPropspublic final Object getQuietTime()
CfnApplicationSettingsPropsQuiet 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.
getQuietTime in interface CfnApplicationSettingsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.