Class ScheduleReference
A reference to a Schedule resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataBrew
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ScheduleReference : IScheduleReference
Syntax (vb)
Public Class ScheduleReference Implements IScheduleReference
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.DataBrew;
var scheduleReference = new ScheduleReference {
ScheduleName = "scheduleName"
};
Synopsis
Constructors
ScheduleReference() | A reference to a Schedule resource. |
Properties
ScheduleName | The Name of the Schedule resource. |
Constructors
ScheduleReference()
A reference to a Schedule resource.
public ScheduleReference()
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.DataBrew;
var scheduleReference = new ScheduleReference {
ScheduleName = "scheduleName"
};
Properties
ScheduleName
The Name of the Schedule resource.
public string ScheduleName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated