UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

40 lines 1.95 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getTemDomainOutput = exports.getTemDomain = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * Gets information about a transactional email domain. */ /** @deprecated scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain */ function getTemDomain(args, opts) { pulumi.log.warn("getTemDomain is deprecated: scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain"); args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("scaleway:index/getTemDomain:getTemDomain", { "domainId": args.domainId, "name": args.name, "projectId": args.projectId, "region": args.region, }, opts); } exports.getTemDomain = getTemDomain; /** * Gets information about a transactional email domain. */ /** @deprecated scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain */ function getTemDomainOutput(args, opts) { pulumi.log.warn("getTemDomain is deprecated: scaleway.index/gettemdomain.getTemDomain has been deprecated in favor of scaleway.tem/getdomain.getDomain"); args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("scaleway:index/getTemDomain:getTemDomain", { "domainId": args.domainId, "name": args.name, "projectId": args.projectId, "region": args.region, }, opts); } exports.getTemDomainOutput = getTemDomainOutput; //# sourceMappingURL=getTemDomain.js.map