UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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