Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OnFailure = OnFailure' {
- destination :: Maybe Text
- newOnFailure :: OnFailure
- onFailure_destination :: Lens' OnFailure (Maybe Text)
Documentation
A destination for events that failed processing.
See: newOnFailure
smart constructor.
OnFailure' | |
|
Instances
Eq OnFailure Source # | |
Read OnFailure Source # | |
Show OnFailure Source # | |
Generic OnFailure Source # | |
NFData OnFailure Source # | |
Defined in Amazonka.Lambda.Types.OnFailure | |
Hashable OnFailure Source # | |
Defined in Amazonka.Lambda.Types.OnFailure | |
ToJSON OnFailure Source # | |
Defined in Amazonka.Lambda.Types.OnFailure | |
FromJSON OnFailure Source # | |
type Rep OnFailure Source # | |
Defined in Amazonka.Lambda.Types.OnFailure |
newOnFailure :: OnFailure Source #
Create a value of OnFailure
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:destination:OnFailure'
, onFailure_destination
- The Amazon Resource Name (ARN) of the destination resource.