typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
15 lines (14 loc) • 626 B
JavaScript
;
// CloudFormation Resource AWS::DataSync::LocationFSxWindows
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationFSxWindows_Type = void 0;
const base_1 = require("../../base");
exports.LocationFSxWindows_Type = 'AWS::DataSync::LocationFSxWindows';
/**
* Resource schema for AWS::DataSync::LocationFSxWindows. {@link
* http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.html}
*/
function LocationFSxWindows(props) {
return new base_1.CfnResource(exports.LocationFSxWindows_Type, props);
}
exports.default = LocationFSxWindows;