Class CfnDomainPropsMixin.JobScheduleProperty
The day and time when do you want to start the Identity Resolution Job every week.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.JobScheduleProperty : CfnDomainPropsMixin.IJobScheduleProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.JobScheduleProperty Implements CfnDomainPropsMixin.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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
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.Mixins.Preview.AWS.CustomerProfiles.Mixins;
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; }