AWS::CustomerProfiles::Domain JobSchedule - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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