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
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
Remarks
Timezone
The timezone of the data source run.
string? Timezone { get; }