@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
24 lines • 716 B
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.LoadBalancerType = exports.IpAddressType = void 0;
exports.IpAddressType = {
/**
* IPv4 addresses
*/
Ipv4: "ipv4",
/**
* IPv4 and IPv6 addresses
*/
Dualstack: "dualstack",
/**
* Public IPv6 addresses and private IPv4 and IPv6 addresses
*/
DualstackWithoutPublicIpv4: "dualstack-without-public-ipv4",
};
exports.LoadBalancerType = {
Application: "application",
Network: "network",
};
//# sourceMappingURL=index.js.map