Show / Hide Table of Contents

Class ScheduleReference

A reference to a Schedule resource.

Inheritance
object
ScheduleReference
Implements
IScheduleReference
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.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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IScheduleReference
Back to top Generated by DocFX