Learn R Programming

paws.security.identity (version 0.1.12)

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.

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.

Usage

fms_put_notification_channel(SnsTopicArn, SnsRoleName)

Value

An empty list.

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"
)