ApplicationSettingsResource

Provides information about an application, including the default settings for an application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Link copied to clipboard

The settings for the AWS Lambda function to invoke by default as a code hook for campaigns in the application. You can use this hook to customize segments that are used by campaigns in the application.

Link copied to clipboard

The default sending limits for journeys in the application. These limits apply to each journey for the application but can be overridden, on a per journey basis, with the JourneyLimits resource.

Link copied to clipboard

The date and time, in ISO 8601 format, when the application's settings were last modified.

Link copied to clipboard

The default sending limits for campaigns in the application.

Link copied to clipboard

The default quiet time for campaigns in the application. Quiet time is a specific time range when messages aren't sent to endpoints, if all the following conditions are met:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String