AWS::CodeStarNotifications::NotificationRuleResource Type definition for AWS::CodeStarNotifications::NotificationRule
10 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DetailType | string | Required |
EventTypeIds | Array<string> | Required |
Name | string | Required |
Resource | string | RequiredCreate-only |
Targets | Array<Target> | Required |
CreatedBy | string | |
EventTypeId | string | Write-only |
Status | string | |
Tags | object | |
TargetAddress | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeStarNotifications::NotificationRule
Resources:
MyResource:
Type: AWS::CodeStarNotifications::NotificationRule
Properties:
EventTypeIds: "my-eventtypeids"
Resource: "value"
DetailType: "BASIC"
Targets: []
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codestar-notifications:createNotificationRulecodestar-notifications:listNotificationRulescodestar-notifications:describeNotificationRulecodestar-notifications:deleteNotificationRulecodestar-notifications:describeNotificationRulecodestar-notifications:updateNotificationRulecodestar-notifications:TagResourcecodestar-notifications:UntagResourceOur 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.
Resource