Show / Hide Table of Contents

Interface CfnJobPropsMixin.INotificationPropertyProperty

Specifies configuration properties of a notification.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnJobPropsMixin.INotificationPropertyProperty
Syntax (vb)
Public Interface 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.Mixins.Preview.AWS.Glue.Mixins;

             var notificationPropertyProperty = new NotificationPropertyProperty {
                 NotifyDelayAfter = 123
             };

Synopsis

Properties

NotifyDelayAfter

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

Properties

NotifyDelayAfter

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

double? NotifyDelayAfter { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX