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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnApplicationSettingsProps
CfnApplicationSettingsProps.Builder, CfnApplicationSettingsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationSettingsProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The unique identifier for the Amazon Pinpoint application.final Object
The settings for the Lambda function to use by default as a code hook for campaigns in the application.final Object
final Object
The default sending limits for campaigns in the application.final Object
The default quiet time for campaigns in the application.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationSettingsProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnApplicationSettingsProps
The unique identifier for the Amazon Pinpoint application.- Specified by:
getApplicationId
in interfaceCfnApplicationSettingsProps
- See Also:
-
getCampaignHook
Description copied from interface:CfnApplicationSettingsProps
The 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:
getCampaignHook
in interfaceCfnApplicationSettingsProps
- See Also:
-
getCloudWatchMetricsEnabled
- Specified by:
getCloudWatchMetricsEnabled
in interfaceCfnApplicationSettingsProps
- See Also:
-
getLimits
Description copied from interface:CfnApplicationSettingsProps
The 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:
getLimits
in interfaceCfnApplicationSettingsProps
- See Also:
-
getQuietTime
Description copied from interface:CfnApplicationSettingsProps
The 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.Timezone
property 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.Start
property 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.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.
- Specified by:
getQuietTime
in interfaceCfnApplicationSettingsProps
- See Also:
- The
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-