| 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.PutNotificationChannel
Description
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.
Creating a Request
putNotificationChannel Source #
Arguments
| :: Text | |
| -> Text | |
| -> PutNotificationChannel |
Creates a value of PutNotificationChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pncSNSTopicARN- The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.pncSNSRoleName- The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
data PutNotificationChannel Source #
See: putNotificationChannel smart constructor.
Instances
Request Lenses
pncSNSTopicARN :: Lens' PutNotificationChannel Text Source #
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
pncSNSRoleName :: Lens' PutNotificationChannel Text Source #
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
Destructuring the Response
putNotificationChannelResponse :: PutNotificationChannelResponse Source #
Creates a value of PutNotificationChannelResponse with the minimum fields required to make a request.
data PutNotificationChannelResponse Source #
See: putNotificationChannelResponse smart constructor.
Instances