Show / Hide Table of Contents

Interface CfnDataSource.IScheduleConfigurationProperty

The details of the schedule of the data source runs.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IScheduleConfigurationProperty
Syntax (vb)
Public Interface 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

Properties

Schedule

The schedule of the data source runs.

Timezone

The timezone of the data source run.

Properties

Schedule

The schedule of the data source runs.

string? Schedule { get; }
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.

string? Timezone { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX