@spacelift-io/pulumi-spacelift
Version:
A Pulumi package for creating and managing Spacelift resources.
23 lines • 1.15 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.getAwsIntegrationsOutput = exports.getAwsIntegrations = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* `spacelift.getAwsIntegrations` represents a list of all the AWS integrations in the Spacelift account visible to the API user.
*/
function getAwsIntegrations(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("spacelift:index/getAwsIntegrations:getAwsIntegrations", {}, opts);
}
exports.getAwsIntegrations = getAwsIntegrations;
/**
* `spacelift.getAwsIntegrations` represents a list of all the AWS integrations in the Spacelift account visible to the API user.
*/
function getAwsIntegrationsOutput(opts) {
return pulumi.output(getAwsIntegrations(opts));
}
exports.getAwsIntegrationsOutput = getAwsIntegrationsOutput;
//# sourceMappingURL=getAwsIntegrations.js.map