Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.
To perform this action outside of the console, you must configure the
SNS topic to allow the Firewall Manager role AWSServiceRoleForFMS
to
publish SNS logs. For more information, see Firewall Manager required permissions for API actions
in the AWS Firewall Manager Developer Guide.
fms_put_notification_channel(SnsTopicArn, SnsRoleName)
An empty list.
[required] The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
[required] The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
svc$put_notification_channel(
SnsTopicArn = "string",
SnsRoleName = "string"
)