AWS::Notifications::NotificationConfigurationResource Type definition for AWS::Notifications::NotificationConfiguration
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
Name | string | Required |
AggregationDuration | string | |
Tags | array | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
notifications:CreateNotificationConfigurationnotifications:GetNotificationConfigurationnotifications:UpdateNotificationConfigurationnotifications:TagResourcenotifications:UntagResourcenotifications:ListTagsForResourceiam:CreateServiceLinkedRolenotifications:GetNotificationConfigurationnotifications:ListTagsForResourcenotifications:CreateNotificationConfigurationnotifications:GetNotificationConfigurationnotifications:UpdateNotificationConfigurationnotifications:TagResourcenotifications:UntagResourcenotifications:ListTagsForResourcenotifications:DeleteNotificationConfigurationnotifications:GetNotificationConfigurationnotifications:ListNotificationConfigurationsnotifications:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Tags