UNPKG

@pulumi/awsx

Version:

[![Actions Status](https://github.com/pulumi/pulumi-awsx/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-awsx/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fur

28 lines 1.53 kB
"use strict"; // *** WARNING: this file was generated by pulumi-gen-awsx. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultVpc = getDefaultVpc; exports.getDefaultVpcOutput = getDefaultVpcOutput; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * [NOT YET IMPLEMENTED] Get the Default VPC for a region. */ /** @deprecated Waiting for https://github.com/pulumi/pulumi/issues/7583. Use the DefaultVpc resource until resolved. */ function getDefaultVpc(args, opts) { pulumi.log.warn("getDefaultVpc is deprecated: Waiting for https://github.com/pulumi/pulumi/issues/7583. Use the DefaultVpc resource until resolved."); args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("awsx:ec2:getDefaultVpc", {}, opts); } /** * [NOT YET IMPLEMENTED] Get the Default VPC for a region. */ /** @deprecated Waiting for https://github.com/pulumi/pulumi/issues/7583. Use the DefaultVpc resource until resolved. */ function getDefaultVpcOutput(opts) { pulumi.log.warn("getDefaultVpc is deprecated: Waiting for https://github.com/pulumi/pulumi/issues/7583. Use the DefaultVpc resource until resolved."); opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("awsx:ec2:getDefaultVpc", {}, opts); } //# sourceMappingURL=getDefaultVpc.js.map