AWS::Pinpoint::Campaign QuietTime - AWS CloudFormation

AWS::Pinpoint::Campaign QuietTime

Specifies the start and end times that define a time range when messages aren't sent to endpoints.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "End" : String, "Start" : String }

YAML

End: String Start: String

Properties

End

The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

Required: Yes

Type: String

Update requires: No interruption

Start

The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

Required: Yes

Type: String

Update requires: No interruption