UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

11 lines (10 loc) 446 B
"use strict"; // CloudFormation Resource AWS::CloudFormation::PublicTypeVersion Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicTypeVersion_Type = void 0; const base_1 = require("../../base"); exports.PublicTypeVersion_Type = 'AWS::CloudFormation::PublicTypeVersion'; function PublicTypeVersion(props) { return new base_1.CfnResource(exports.PublicTypeVersion_Type, props); } exports.default = PublicTypeVersion;