UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 545 B
"use strict"; // CloudFormation Resource AWS::Amplify::Branch Object.defineProperty(exports, "__esModule", { value: true }); exports.Branch_Type = void 0; const base_1 = require("../../base"); exports.Branch_Type = 'AWS::Amplify::Branch'; /** * The AWS::Amplify::Branch resource creates a new branch within an app. * {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html} */ function Branch(props) { return new base_1.CfnResource(exports.Branch_Type, props); } exports.default = Branch;