AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::NotificationConfiguration

Notifications NotificationConfiguration

Resource Type definition for AWS::Notifications::NotificationConfiguration

Properties

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

Filter:
PropertyTypeFlags
Description
string
Required
Name
string
Required
AggregationDuration
string
Tags
array
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreationTimestring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Notifications::NotificationConfiguration

Resources:
  MyResource:
    Type: AWS::Notifications::NotificationConfiguration
    Properties:
      Description: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

notifications:CreateNotificationConfigurationnotifications:GetNotificationConfigurationnotifications:UpdateNotificationConfigurationnotifications:TagResourcenotifications:UntagResourcenotifications:ListTagsForResourceiam:CreateServiceLinkedRole

read

notifications:GetNotificationConfigurationnotifications:ListTagsForResource

update

notifications:CreateNotificationConfigurationnotifications:GetNotificationConfigurationnotifications:UpdateNotificationConfigurationnotifications:TagResourcenotifications:UntagResourcenotifications:ListTagsForResource

delete

notifications:DeleteNotificationConfigurationnotifications:GetNotificationConfiguration

list

notifications:ListNotificationConfigurationsnotifications:ListTagsForResource

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

ServiceNotifications
Properties7
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Tags

External Links