AWS Fundamentals Logo
AWS Fundamentals
AWS::FMS::NotificationChannel

FMS NotificationChannel

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

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
SnsRoleName
string
Required
SnsTopicArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FMS::NotificationChannel

Resources:
  MyResource:
    Type: AWS::FMS::NotificationChannel
    Properties:
      SnsRoleName: "my-snsrolename"
      SnsTopicArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

fms:PutNotificationChanneliam:PassRolefms:GetNotificationChannel

update

fms:PutNotificationChanneliam:PassRolefms:GetNotificationChannel

read

fms:GetNotificationChannel

delete

fms:GetNotificationChannelfms:DeleteNotificationChannel

list

fms:GetNotificationChannel

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFMS
Properties2
Required2
TaggingNot supported
Primary IDSnsTopicArn

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SnsTopicArn

Related Resources

External Links