UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

14 lines (13 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.regionMap = exports.globalRegionName = void 0; exports.globalRegionName = 'aws-global'; exports.regionMap = { usEast1: 'us-east-1', usEast2: 'us-east-2', // Ohio }; const { usEast1, usEast2 } = exports.regionMap; exports.default = [ usEast1, usEast2 ];