Show / Hide Table of Contents

Class CfnDomainPropsMixin.JobScheduleProperty

The day and time when do you want to start the Identity Resolution Job every week.

Inheritance
object
CfnDomainPropsMixin.JobScheduleProperty
Implements
CfnDomainPropsMixin.IJobScheduleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-jobschedule.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-jobschedule.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-jobschedule.html#cfn-customerprofiles-domain-jobschedule-dayoftheweek

Time

The time when the Identity Resolution Job should run every week.

public string? Time { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-jobschedule.html#cfn-customerprofiles-domain-jobschedule-time

Implements

CfnDomainPropsMixin.IJobScheduleProperty
Back to top Generated by DocFX