AWS::DevOpsGuru::NotificationChannelThis resource schema represents the NotificationChannel resource in the Amazon DevOps Guru.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Config | NotificationChannelConfig | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The ID of a notification channel. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsGuru::NotificationChannel
Resources:
MyResource:
Type: AWS::DevOpsGuru::NotificationChannel
Properties:
Config: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
devops-guru:AddNotificationChanneldevops-guru:ListNotificationChannelssns:Publishsns:GetTopicAttributessns:SetTopicAttributesdevops-guru:ListNotificationChannelsdevops-guru:RemoveNotificationChanneldevops-guru:ListNotificationChannelsdevops-guru:ListNotificationChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Config