Show / Hide Table of Contents

Class CfnJobPropsMixin.NotificationPropertyProperty

Specifies configuration properties of a notification.

Inheritance
object
CfnJobPropsMixin.NotificationPropertyProperty
Implements
CfnJobPropsMixin.INotificationPropertyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Glue
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnJobPropsMixin.NotificationPropertyProperty : CfnJobPropsMixin.INotificationPropertyProperty
Syntax (vb)
Public Class CfnJobPropsMixin.NotificationPropertyProperty Implements CfnJobPropsMixin.INotificationPropertyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.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.CfnPropertyMixins.AWS.Glue;

             var notificationPropertyProperty = new NotificationPropertyProperty {
                 NotifyDelayAfter = 123
             };

Synopsis

Constructors

NotificationPropertyProperty()

Specifies configuration properties of a notification.

Properties

NotifyDelayAfter

After a job run starts, the number of minutes to wait before sending a job run delay notification.

Constructors

NotificationPropertyProperty()

Specifies configuration properties of a notification.

public NotificationPropertyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.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.CfnPropertyMixins.AWS.Glue;

             var notificationPropertyProperty = new NotificationPropertyProperty {
                 NotifyDelayAfter = 123
             };

Properties

NotifyDelayAfter

After a job run starts, the number of minutes to wait before sending a job run delay notification.

public double? NotifyDelayAfter { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-job-notificationproperty.html#cfn-glue-job-notificationproperty-notifydelayafter

Implements

CfnJobPropsMixin.INotificationPropertyProperty
Back to top Generated by DocFX