AWS::FMS::NotificationChannelDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SnsRoleName | string | Required |
SnsTopicArn | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
fms:PutNotificationChanneliam:PassRolefms:GetNotificationChannelfms:PutNotificationChanneliam:PassRolefms:GetNotificationChannelfms:GetNotificationChannelfms:GetNotificationChannelfms:DeleteNotificationChannelfms:GetNotificationChannelOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSnsTopicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SnsTopicArn