Class CfnApplicationSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnApplicationSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplicationSettingsProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationSettingsProps
@Stability(Stable)
@Internal
public static final class CfnApplicationSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationSettingsProps
An implementation for 
CfnApplicationSettingsProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnApplicationSettingsPropsCfnApplicationSettingsProps.Builder, CfnApplicationSettingsProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unique identifier for the Amazon Pinpoint application.final ObjectThe settings for the Lambda function to use by default as a code hook for campaigns in the application.final ObjectSpecifies whether to enable application-related alarms in Amazon CloudWatch.final ObjectThe default sending limits for campaigns in the application.final ObjectThe default quiet time for campaigns in the application.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnApplicationSettingsProps.Builder.
 
- 
- 
Method Details- 
getApplicationIdDescription copied from interface:CfnApplicationSettingsPropsThe unique identifier for the Amazon Pinpoint application.- Specified by:
- getApplicationIdin interface- CfnApplicationSettingsProps
 
- 
getCampaignHookDescription copied from interface:CfnApplicationSettingsPropsThe settings for the Lambda function to use by default as a code hook for campaigns in the application.To override these settings for a specific campaign, use the Campaign resource to define custom Lambda function settings for the campaign. - Specified by:
- getCampaignHookin interface- CfnApplicationSettingsProps
 
- 
getCloudWatchMetricsEnabledDescription copied from interface:CfnApplicationSettingsPropsSpecifies whether to enable application-related alarms in Amazon CloudWatch.- Specified by:
- getCloudWatchMetricsEnabledin interface- CfnApplicationSettingsProps
 
- 
getLimitsDescription copied from interface:CfnApplicationSettingsPropsThe default sending limits for campaigns in the application.To override these limits for a specific campaign, use the Campaign resource to define custom limits for the campaign. - Specified by:
- getLimitsin interface- CfnApplicationSettingsProps
 
- 
getQuietTimeDescription copied from interface:CfnApplicationSettingsPropsThe default quiet time for campaigns in the application.Quiet time is a specific time range when campaigns don't send messages to endpoints, if all the following conditions are met: - The EndpointDemographic.Timezoneproperty of the endpoint is set to a valid value.
- The current time in the endpoint's time zone is later than or equal to the time specified by the QuietTime.Startproperty for the application (or a campaign that has custom quiet time settings).
- The current time in the endpoint's time zone is earlier than or equal to the time specified by the QuietTime.Endproperty 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. - Specified by:
- getQuietTimein interface- CfnApplicationSettingsProps
 
- The 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-