Show / Hide Table of Contents

Class CfnDataSource.ScheduleConfigurationProperty

The details of the schedule of the data source runs.

Inheritance
object
CfnDataSource.ScheduleConfigurationProperty
Implements
CfnDataSource.IScheduleConfigurationProperty
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.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ScheduleConfigurationProperty : CfnDataSource.IScheduleConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.ScheduleConfigurationProperty Implements CfnDataSource.IScheduleConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-scheduleconfiguration.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.DataZone;

             var scheduleConfigurationProperty = new ScheduleConfigurationProperty {
                 Schedule = "schedule",
                 Timezone = "timezone"
             };

Synopsis

Constructors

ScheduleConfigurationProperty()

The details of the schedule of the data source runs.

Properties

Schedule

The schedule of the data source runs.

Timezone

The timezone of the data source run.

Constructors

ScheduleConfigurationProperty()

The details of the schedule of the data source runs.

public ScheduleConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-scheduleconfiguration.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.DataZone;

             var scheduleConfigurationProperty = new ScheduleConfigurationProperty {
                 Schedule = "schedule",
                 Timezone = "timezone"
             };

Properties

Schedule

The schedule of the data source runs.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-scheduleconfiguration.html#cfn-datazone-datasource-scheduleconfiguration-schedule

Timezone

The timezone of the data source run.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-scheduleconfiguration.html#cfn-datazone-datasource-scheduleconfiguration-timezone

Implements

CfnDataSource.IScheduleConfigurationProperty
Back to top Generated by DocFX