UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 555 B
"use strict"; // CloudFormation Resource AWS::Amplify::App Object.defineProperty(exports, "__esModule", { value: true }); exports.App_Type = void 0; const base_1 = require("../../base"); exports.App_Type = 'AWS::Amplify::App'; /** * The AWS::Amplify::App resource creates Apps in the Amplify Console. An * App is a collection of branches. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html} */ function App(props) { return new base_1.CfnResource(exports.App_Type, props); } exports.default = App;