AWS Fundamentals Logo
AWS Fundamentals
AWS::Notifications::NotificationHub

Notifications NotificationHub

Resource Type definition for AWS::Notifications::NotificationHub

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Region
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
CreationTimestring-
NotificationHubStatusSummaryNotificationHubStatusSummary-

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::NotificationHub

Resources:
  MyResource:
    Type: AWS::Notifications::NotificationHub
    Properties:
      Region: "value"

Required IAM Permissions

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

read

notifications:ListNotificationHubs

create

notifications:RegisterNotificationHubnotifications:ListNotificationHubsiam:CreateServiceLinkedRole

delete

notifications:DeregisterNotificationHubnotifications:ListNotificationHubs

list

notifications:ListNotificationHubs

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
Properties3
Required1
TaggingNot supported
Primary IDRegion

Supported Operations

ReadCreateDeleteList

Immutable After Creation

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

Region

External Links