@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
23 lines • 1.34 kB
JavaScript
;
// *** 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.pitrTimeWindowsOutput = exports.pitrTimeWindows = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
function pitrTimeWindows(args, opts) {
pulumi.log.warn("pitrTimeWindows is deprecated: volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows");
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("volcengine:redis/pitrTimeWindows:PitrTimeWindows", {
"ids": args.ids,
"outputFile": args.outputFile,
}, opts);
}
exports.pitrTimeWindows = pitrTimeWindows;
/** @deprecated volcengine.redis.PitrTimeWindows has been deprecated in favor of volcengine.redis.getPitrTimeWindows */
function pitrTimeWindowsOutput(args, opts) {
return pulumi.output(args).apply((a) => pitrTimeWindows(a, opts));
}
exports.pitrTimeWindowsOutput = pitrTimeWindowsOutput;
//# sourceMappingURL=pitrTimeWindows.js.map