amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.NotificationProperty

Description

 
Synopsis

Documentation

data NotificationProperty Source #

Specifies configuration properties of a notification.

See: newNotificationProperty smart constructor.

Constructors

NotificationProperty' 

Fields

Instances

Instances details
FromJSON NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

ToJSON NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

Generic NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

Associated Types

type Rep NotificationProperty :: Type -> Type #

Read NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

Show NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

NFData NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

Methods

rnf :: NotificationProperty -> () #

Eq NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

Hashable NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

type Rep NotificationProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.NotificationProperty

type Rep NotificationProperty = D1 ('MetaData "NotificationProperty" "Amazonka.Glue.Types.NotificationProperty" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "NotificationProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notifyDelayAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newNotificationProperty :: NotificationProperty Source #

Create a value of NotificationProperty with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:notifyDelayAfter:NotificationProperty', notificationProperty_notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification.

notificationProperty_notifyDelayAfter :: Lens' NotificationProperty (Maybe Natural) Source #

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