Class CfnDomain.JobScheduleProperty
The day and time when do you want to start the Identity Resolution Job every week.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.JobScheduleProperty : CfnDomain.IJobScheduleProperty
Syntax (vb)
Public Class CfnDomain.JobScheduleProperty Implements CfnDomain.IJobScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var jobScheduleProperty = new JobScheduleProperty {
DayOfTheWeek = "dayOfTheWeek",
Time = "time"
};
Synopsis
Constructors
| JobScheduleProperty() | The day and time when do you want to start the Identity Resolution Job every week. |
Properties
| DayOfTheWeek | The day when the Identity Resolution Job should run every week. |
| Time | The time when the Identity Resolution Job should run every week. |
Constructors
JobScheduleProperty()
The day and time when do you want to start the Identity Resolution Job every week.
public JobScheduleProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var jobScheduleProperty = new JobScheduleProperty {
DayOfTheWeek = "dayOfTheWeek",
Time = "time"
};
Properties
DayOfTheWeek
The day when the Identity Resolution Job should run every week.
public string DayOfTheWeek { get; set; }
Property Value
Remarks
Time
The time when the Identity Resolution Job should run every week.
public string Time { get; set; }