interface JobScheduleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnDomainPropsMixin.JobScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnDomainPropsMixin_JobScheduleProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnDomainPropsMixin.JobScheduleProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnDomainPropsMixin.JobScheduleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » CfnDomainPropsMixin » JobScheduleProperty |
The day and time when do you want to start the Identity Resolution Job every week.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const jobScheduleProperty: customerprofiles_mixins.CfnDomainPropsMixin.JobScheduleProperty = {
dayOfTheWeek: 'dayOfTheWeek',
time: 'time',
};
Properties
| Name | Type | Description |
|---|---|---|
| day | string | The day when the Identity Resolution Job should run every week. |
| time? | string | The time when the Identity Resolution Job should run every week. |
dayOfTheWeek?
Type:
string
(optional)
The day when the Identity Resolution Job should run every week.
time?
Type:
string
(optional)
The time when the Identity Resolution Job should run every week.

.NET
Go
Java
Python
TypeScript