UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 573 B
"use strict"; // CloudFormation Resource AWS::CloudFormation::Publisher Object.defineProperty(exports, "__esModule", { value: true }); exports.Publisher_Type = void 0; const base_1 = require("../../base"); exports.Publisher_Type = 'AWS::CloudFormation::Publisher'; /** * Register as a publisher in the CloudFormation Registry. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publisher.html} */ function Publisher(props) { return new base_1.CfnResource(exports.Publisher_Type, props); } exports.default = Publisher;