1. Packages
  2. Dynatrace
  3. API Docs
  4. getAwsIamExternal
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.getAwsIamExternal

Explore with Pulumi AI

Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

The AWS IAM external data source allows the AWS IAM external ID to be retrieved.

Using getAwsIamExternal

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAwsIamExternal(opts?: InvokeOptions): Promise<GetAwsIamExternalResult>
function getAwsIamExternalOutput(opts?: InvokeOptions): Output<GetAwsIamExternalResult>
Copy
def get_aws_iam_external(opts: Optional[InvokeOptions] = None) -> GetAwsIamExternalResult
def get_aws_iam_external_output(opts: Optional[InvokeOptions] = None) -> Output[GetAwsIamExternalResult]
Copy
func GetAwsIamExternal(ctx *Context, opts ...InvokeOption) (*GetAwsIamExternalResult, error)
func GetAwsIamExternalOutput(ctx *Context, opts ...InvokeOption) GetAwsIamExternalResultOutput
Copy

> Note: This function is named GetAwsIamExternal in the Go SDK.

public static class GetAwsIamExternal 
{
    public static Task<GetAwsIamExternalResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetAwsIamExternalResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAwsIamExternalResult> getAwsIamExternal(InvokeOptions options)
public static Output<GetAwsIamExternalResult> getAwsIamExternal(InvokeOptions options)
Copy
fn::invoke:
  function: dynatrace:index/getAwsIamExternal:getAwsIamExternal
  arguments:
    # arguments dictionary
Copy

getAwsIamExternal Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse