UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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