Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SecurityLake.Types.ProtocolAndNotificationEndpoint
Description
Synopsis
- data ProtocolAndNotificationEndpoint = ProtocolAndNotificationEndpoint' {}
- newProtocolAndNotificationEndpoint :: ProtocolAndNotificationEndpoint
- protocolAndNotificationEndpoint_endpoint :: Lens' ProtocolAndNotificationEndpoint (Maybe Text)
- protocolAndNotificationEndpoint_protocol :: Lens' ProtocolAndNotificationEndpoint (Maybe Text)
Documentation
data ProtocolAndNotificationEndpoint Source #
Protocol used in Amazon Security Lake that dictates how notifications are posted at the endpoint.
See: newProtocolAndNotificationEndpoint
smart constructor.
Constructors
ProtocolAndNotificationEndpoint' | |
Instances
newProtocolAndNotificationEndpoint :: ProtocolAndNotificationEndpoint Source #
Create a value of ProtocolAndNotificationEndpoint
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:endpoint:ProtocolAndNotificationEndpoint'
, protocolAndNotificationEndpoint_endpoint
- The account that is subscribed to receive exception notifications.
$sel:protocol:ProtocolAndNotificationEndpoint'
, protocolAndNotificationEndpoint_protocol
- The protocol to which notification messages are posted.
protocolAndNotificationEndpoint_endpoint :: Lens' ProtocolAndNotificationEndpoint (Maybe Text) Source #
The account that is subscribed to receive exception notifications.
protocolAndNotificationEndpoint_protocol :: Lens' ProtocolAndNotificationEndpoint (Maybe Text) Source #
The protocol to which notification messages are posted.