UNPKG

@lbrlabs/pulumi-dynatrace

Version:

A Pulumi package for creating and managing Dynatrace cloud resources.

15 lines (14 loc) 457 B
import * as pulumi from "@pulumi/pulumi"; /** * The AWS IAM external data source allows the AWS IAM external ID to be retrieved. */ export declare function getAwsIamExternal(opts?: pulumi.InvokeOptions): Promise<GetAwsIamExternalResult>; /** * A collection of values returned by getAwsIamExternal. */ export interface GetAwsIamExternalResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; }