Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.getAwsIamExternal
Explore with Pulumi AI
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 pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.