UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 527 B
"use strict"; // CloudFormation Resource AWS::DataBrew::Project Object.defineProperty(exports, "__esModule", { value: true }); exports.Project_Type = void 0; const base_1 = require("../../base"); exports.Project_Type = 'AWS::DataBrew::Project'; /** * Resource schema for AWS::DataBrew::Project. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-project.html} */ function Project(props) { return new base_1.CfnResource(exports.Project_Type, props); } exports.default = Project;