UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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