AWS::CustomerProfiles::Domain JobSchedule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CustomerProfiles::Domain JobSchedule

The day and time when do you want to start the Identity Resolution Job every week.

Syntax

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

JSON

{ "DayOfTheWeek" : String, "Time" : String }

YAML

DayOfTheWeek: String Time: String

Properties

DayOfTheWeek

The day when the Identity Resolution Job should run every week.

Required: Yes

Type: String

Allowed values: SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY

Update requires: No interruption

Time

The time when the Identity Resolution Job should run every week.

Required: Yes

Type: String

Pattern: ^([0-9]|0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$

Minimum: 3

Maximum: 5

Update requires: No interruption