interface JobScheduleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnDomain.JobScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnDomain_JobScheduleProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnDomain.JobScheduleProperty |
Python | aws_cdk.aws_customerprofiles.CfnDomain.JobScheduleProperty |
TypeScript | aws-cdk-lib » aws_customerprofiles » CfnDomain » 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 { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const jobScheduleProperty: customerprofiles.CfnDomain.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
The day when the Identity Resolution Job should run every week.
time
Type:
string
The time when the Identity Resolution Job should run every week.