interface JobScheduleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnDomainPropsMixin.JobScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnDomainPropsMixin_JobScheduleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.JobScheduleProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnDomainPropsMixin.JobScheduleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » 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 { aws_customerprofiles as customerprofiles } from '@aws-cdk/cfn-property-mixins';
const jobScheduleProperty: customerprofiles.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