@pulumiverse/dynatrace
Version:
A Pulumi package for creating and managing Dynatrace cloud resources.
24 lines • 1.18 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.getAwsIamExternalOutput = exports.getAwsIamExternal = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* The AWS IAM external data source allows the AWS IAM external ID to be retrieved.
*/
function getAwsIamExternal(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("dynatrace:index/getAwsIamExternal:getAwsIamExternal", {}, opts);
}
exports.getAwsIamExternal = getAwsIamExternal;
/**
* The AWS IAM external data source allows the AWS IAM external ID to be retrieved.
*/
function getAwsIamExternalOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("dynatrace:index/getAwsIamExternal:getAwsIamExternal", {}, opts);
}
exports.getAwsIamExternalOutput = getAwsIamExternalOutput;
//# sourceMappingURL=getAwsIamExternal.js.map