| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.FMS.GetNotificationChannel
Description
Returns information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs.
Synopsis
- getNotificationChannel :: GetNotificationChannel
- data GetNotificationChannel
- getNotificationChannelResponse :: Int -> GetNotificationChannelResponse
- data GetNotificationChannelResponse
- gncrsSNSTopicARN :: Lens' GetNotificationChannelResponse (Maybe Text)
- gncrsSNSRoleName :: Lens' GetNotificationChannelResponse (Maybe Text)
- gncrsResponseStatus :: Lens' GetNotificationChannelResponse Int
Creating a Request
getNotificationChannel :: GetNotificationChannel Source #
Creates a value of GetNotificationChannel with the minimum fields required to make a request.
data GetNotificationChannel Source #
See: getNotificationChannel smart constructor.
Instances
Destructuring the Response
getNotificationChannelResponse Source #
Arguments
| :: Int | |
| -> GetNotificationChannelResponse |
Creates a value of GetNotificationChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gncrsSNSTopicARN- The SNS topic that records AWS Firewall Manager activity.gncrsSNSRoleName- The IAM role that is used by AWS Firewall Manager to record activity to SNS.gncrsResponseStatus- -- | The response status code.
data GetNotificationChannelResponse Source #
See: getNotificationChannelResponse smart constructor.
Instances
Response Lenses
gncrsSNSTopicARN :: Lens' GetNotificationChannelResponse (Maybe Text) Source #
The SNS topic that records AWS Firewall Manager activity.
gncrsSNSRoleName :: Lens' GetNotificationChannelResponse (Maybe Text) Source #
The IAM role that is used by AWS Firewall Manager to record activity to SNS.
gncrsResponseStatus :: Lens' GetNotificationChannelResponse Int Source #
- - | The response status code.