1. Packages
  2. Dynatrace
  3. API Docs
  4. getAwsIamExternal
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.getAwsIamExternal

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    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>
    def get_aws_iam_external(opts: Optional[InvokeOptions] = None) -> GetAwsIamExternalResult
    def get_aws_iam_external_output(opts: Optional[InvokeOptions] = None) -> Output[GetAwsIamExternalResult]
    func GetAwsIamExternal(ctx *Context, opts ...InvokeOption) (*GetAwsIamExternalResult, error)
    func GetAwsIamExternalOutput(ctx *Context, opts ...InvokeOption) GetAwsIamExternalResultOutput

    > 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)
    }
    public static CompletableFuture<GetAwsIamExternalResult> getAwsIamExternal(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: dynatrace:index/getAwsIamExternal:getAwsIamExternal
      arguments:
        # arguments dictionary

    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 lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs