UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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