Show / Hide Table of Contents

Class CfnDomain.JobScheduleProperty

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

Inheritance
object
CfnDomain.JobScheduleProperty
Implements
CfnDomain.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.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.JobScheduleProperty : CfnDomain.IJobScheduleProperty
Syntax (vb)
Public Class CfnDomain.JobScheduleProperty Implements CfnDomain.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.AWS.CustomerProfiles;

             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.AWS.CustomerProfiles;

             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

CfnDomain.IJobScheduleProperty
Back to top Generated by DocFX