@pulumiverse/dynatrace
Version:
A Pulumi package for creating and managing Dynatrace cloud resources.
19 lines (18 loc) • 673 B
TypeScript
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;
}
/**
* The AWS IAM external data source allows the AWS IAM external ID to be retrieved.
*/
export declare function getAwsIamExternalOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAwsIamExternalResult>;