AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsGuru::NotificationChannel

DevOpsGuru NotificationChannel

This resource schema represents the NotificationChannel resource in the Amazon DevOps Guru.

Properties

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

Filter:
PropertyTypeFlags
Config
NotificationChannelConfig
RequiredCreate-only

Return Values

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

AttributeTypeDescription
IdstringThe ID of a notification channel.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsGuru::NotificationChannel

Resources:
  MyResource:
    Type: AWS::DevOpsGuru::NotificationChannel
    Properties:
      Config: "value"

Required IAM Permissions

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

create

devops-guru:AddNotificationChanneldevops-guru:ListNotificationChannelssns:Publishsns:GetTopicAttributessns:SetTopicAttributes

list

devops-guru:ListNotificationChannels

delete

devops-guru:RemoveNotificationChanneldevops-guru:ListNotificationChannels

read

devops-guru:ListNotificationChannels

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

ServiceDevOpsGuru
Properties2
Required1
TaggingNot supported
Primary IDId

Supported Operations

CreateListDeleteRead

Immutable After Creation

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

Config

External Links