1. Packages
  2. AWS
  3. API Docs
  4. iam
  5. getOutboundWebIdentityFederation
Viewing docs for AWS v7.24.0
published on Tuesday, Mar 31, 2026 by Pulumi
aws logo
Viewing docs for AWS v7.24.0
published on Tuesday, Mar 31, 2026 by Pulumi

    Use this data source to retrieve information about an AWS IAM (Identity & Access Management) Outbound Web Identity Federation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.iam.getOutboundWebIdentityFederation({});
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.iam.get_outbound_web_identity_federation()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/iam"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := iam.LookupOutboundWebIdentityFederation(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Iam.GetOutboundWebIdentityFederation.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.iam.IamFunctions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = IamFunctions.getOutboundWebIdentityFederation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:iam:getOutboundWebIdentityFederation
          arguments: {}
    

    Using getOutboundWebIdentityFederation

    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 getOutboundWebIdentityFederation(opts?: InvokeOptions): Promise<GetOutboundWebIdentityFederationResult>
    function getOutboundWebIdentityFederationOutput(opts?: InvokeOptions): Output<GetOutboundWebIdentityFederationResult>
    def get_outbound_web_identity_federation(opts: Optional[InvokeOptions] = None) -> GetOutboundWebIdentityFederationResult
    def get_outbound_web_identity_federation_output(opts: Optional[InvokeOptions] = None) -> Output[GetOutboundWebIdentityFederationResult]
    func LookupOutboundWebIdentityFederation(ctx *Context, opts ...InvokeOption) (*LookupOutboundWebIdentityFederationResult, error)
    func LookupOutboundWebIdentityFederationOutput(ctx *Context, opts ...InvokeOption) LookupOutboundWebIdentityFederationResultOutput

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

    public static class GetOutboundWebIdentityFederation 
    {
        public static Task<GetOutboundWebIdentityFederationResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetOutboundWebIdentityFederationResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOutboundWebIdentityFederationResult> getOutboundWebIdentityFederation(InvokeOptions options)
    public static Output<GetOutboundWebIdentityFederationResult> getOutboundWebIdentityFederation(InvokeOptions options)
    
    fn::invoke:
      function: aws:iam/getOutboundWebIdentityFederation:getOutboundWebIdentityFederation
      arguments:
        # arguments dictionary

    getOutboundWebIdentityFederation Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    IssuerIdentifier string
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
    Id string
    The provider-assigned unique ID for this managed resource.
    IssuerIdentifier string
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
    id String
    The provider-assigned unique ID for this managed resource.
    issuerIdentifier String
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
    id string
    The provider-assigned unique ID for this managed resource.
    issuerIdentifier string
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
    id str
    The provider-assigned unique ID for this managed resource.
    issuer_identifier str
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.
    id String
    The provider-assigned unique ID for this managed resource.
    issuerIdentifier String
    A unique issuer URL for your AWS account that hosts the OpenID Connect (OIDC) discovery endpoints.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    Viewing docs for AWS v7.24.0
    published on Tuesday, Mar 31, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.