UNPKG

@lbrlabs/pulumi-dynatrace

Version:

A Pulumi package for creating and managing Dynatrace cloud resources.

16 lines 766 B
"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.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; //# sourceMappingURL=getAwsIamExternal.js.map