paws.security.identity (version 0.1.0)

fms_put_notification_channel: Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs

Description

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.

Usage

fms_put_notification_channel(SnsTopicArn, SnsRoleName)

Arguments

SnsTopicArn

[required] The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.

SnsRoleName

[required] The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.

Request syntax

svc$put_notification_channel(
  SnsTopicArn = "string",
  SnsRoleName = "string"
)