UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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