UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 671 B
"use strict"; // CloudFormation Resource AWS::CodeStarNotifications::NotificationRule Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationRule_Type = void 0; const base_1 = require("../../base"); exports.NotificationRule_Type = 'AWS::CodeStarNotifications::NotificationRule'; /** * Resource Type definition for * AWS::CodeStarNotifications::NotificationRule {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html} */ function NotificationRule(props) { return new base_1.CfnResource(exports.NotificationRule_Type, props); } exports.default = NotificationRule;