UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

14 lines 485 B
"use strict"; // *** 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.LoadBalancerType = exports.IpAddressType = void 0; exports.IpAddressType = { Ipv4: "ipv4", Dualstack: "dualstack", }; exports.LoadBalancerType = { Application: "application", Network: "network", }; //# sourceMappingURL=index.js.map