@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
71 lines • 2.44 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.Region = exports.ssm = exports.s3 = exports.route53 = exports.rds = exports.lambda = exports.iam = exports.ecr = exports.ec2 = exports.autoscaling = exports.applicationloadbalancing = exports.alb = void 0;
// Export sub-modules:
const alb = require("./alb");
exports.alb = alb;
const applicationloadbalancing = require("./applicationloadbalancing");
exports.applicationloadbalancing = applicationloadbalancing;
const autoscaling = require("./autoscaling");
exports.autoscaling = autoscaling;
const ec2 = require("./ec2");
exports.ec2 = ec2;
const ecr = require("./ecr");
exports.ecr = ecr;
const iam = require("./iam");
exports.iam = iam;
const lambda = require("./lambda");
exports.lambda = lambda;
const rds = require("./rds");
exports.rds = rds;
const route53 = require("./route53");
exports.route53 = route53;
const s3 = require("./s3");
exports.s3 = s3;
const ssm = require("./ssm");
exports.ssm = ssm;
exports.Region = {
AFSouth1: "af-south-1",
APEast1: "ap-east-1",
APNortheast1: "ap-northeast-1",
APNortheast2: "ap-northeast-2",
APNortheast3: "ap-northeast-3",
APSouth1: "ap-south-1",
APSouth2: "ap-south-2",
APSoutheast1: "ap-southeast-1",
APSoutheast2: "ap-southeast-2",
APSoutheast3: "ap-southeast-3",
APSoutheast4: "ap-southeast-4",
APSoutheast5: "ap-southeast-5",
APSoutheast7: "ap-southeast-7",
CACentral: "ca-central-1",
CAWest1: "ca-west-1",
EUCentral1: "eu-central-1",
EUCentral2: "eu-central-2",
EUNorth1: "eu-north-1",
EUSouth1: "eu-south-1",
EUSouth2: "eu-south-2",
EUWest1: "eu-west-1",
EUWest2: "eu-west-2",
EUWest3: "eu-west-3",
ILCentral1: "il-central-1",
MECentral1: "me-central-1",
MESouth1: "me-south-1",
MXCentral1: "mx-central-1",
SAEast1: "sa-east-1",
USEast1: "us-east-1",
USEast2: "us-east-2",
USWest1: "us-west-1",
USWest2: "us-west-2",
CNNorth1: "cn-north-1",
CNNorthwest1: "cn-northwest-1",
USGovEast1: "us-gov-east-1",
USGovWest1: "us-gov-west-1",
USISOEast1: "us-iso-east-1",
USISOWest1: "us-iso-west-1",
USISOBEast1: "us-isob-east-1",
EUISOEWest1: "eu-isoe-west-1",
};
//# sourceMappingURL=index.js.map