AWS Fundamentals Logo
AWS Fundamentals
AWS::UserNotifications::ManagedNotificationConfiguration

UserNotifications ManagedNotificationConfiguration

Resource type definition for AWS User Notifications ManagedNotificationConfiguration. This is a read-only resource representing AWS-managed notification configurations.

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Category
string
Create-only
SubCategory
string
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the ManagedNotificationConfiguration.
DescriptionstringThe description of the ManagedNotificationConfiguration.
NamestringThe name of the ManagedNotificationConfiguration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::UserNotifications::ManagedNotificationConfiguration

Resources:
  MyResource:
    Type: AWS::UserNotifications::ManagedNotificationConfiguration
    Properties:

Required IAM Permissions

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

read

notifications:GetManagedNotificationConfiguration

list

notifications:ListManagedNotificationConfigurations

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

ServiceUserNotifications
Properties5
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

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

CategorySubCategory

External Links