AWS v6.71.0 published on Friday, Mar 7, 2025 by Pulumi
aws.ssoadmin.getApplicationProviders
Explore with Pulumi AI
Data source for managing AWS SSO Admin Application Providers.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.ssoadmin.getApplicationProviders({});
import pulumi
import pulumi_aws as aws
example = aws.ssoadmin.get_application_providers()
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ssoadmin"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ssoadmin.GetApplicationProviders(ctx, &ssoadmin.GetApplicationProvidersArgs{}, 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.SsoAdmin.GetApplicationProviders.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.ssoadmin.SsoadminFunctions;
import com.pulumi.aws.ssoadmin.inputs.GetApplicationProvidersArgs;
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 = SsoadminFunctions.getApplicationProviders();
    }
}
variables:
  example:
    fn::invoke:
      function: aws:ssoadmin:getApplicationProviders
      arguments: {}
Using getApplicationProviders
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 getApplicationProviders(args: GetApplicationProvidersArgs, opts?: InvokeOptions): Promise<GetApplicationProvidersResult>
function getApplicationProvidersOutput(args: GetApplicationProvidersOutputArgs, opts?: InvokeOptions): Output<GetApplicationProvidersResult>def get_application_providers(application_providers: Optional[Sequence[GetApplicationProvidersApplicationProvider]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetApplicationProvidersResult
def get_application_providers_output(application_providers: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplicationProvidersApplicationProviderArgs]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetApplicationProvidersResult]func GetApplicationProviders(ctx *Context, args *GetApplicationProvidersArgs, opts ...InvokeOption) (*GetApplicationProvidersResult, error)
func GetApplicationProvidersOutput(ctx *Context, args *GetApplicationProvidersOutputArgs, opts ...InvokeOption) GetApplicationProvidersResultOutput> Note: This function is named GetApplicationProviders in the Go SDK.
public static class GetApplicationProviders 
{
    public static Task<GetApplicationProvidersResult> InvokeAsync(GetApplicationProvidersArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationProvidersResult> Invoke(GetApplicationProvidersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationProvidersResult> getApplicationProviders(GetApplicationProvidersArgs args, InvokeOptions options)
public static Output<GetApplicationProvidersResult> getApplicationProviders(GetApplicationProvidersArgs args, InvokeOptions options)
fn::invoke:
  function: aws:ssoadmin/getApplicationProviders:getApplicationProviders
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationProviders List<GetApplication Providers Application Provider> 
- A list of application providers available in the current region. See application_providersbelow.
- ApplicationProviders []GetApplication Providers Application Provider 
- A list of application providers available in the current region. See application_providersbelow.
- applicationProviders List<GetApplication Providers Application Provider> 
- A list of application providers available in the current region. See application_providersbelow.
- applicationProviders GetApplication Providers Application Provider[] 
- A list of application providers available in the current region. See application_providersbelow.
- application_providers Sequence[GetApplication Providers Application Provider] 
- A list of application providers available in the current region. See application_providersbelow.
- applicationProviders List<Property Map>
- A list of application providers available in the current region. See application_providersbelow.
getApplicationProviders Result
The following output properties are available:
- Id string
- AWS region.
- ApplicationProviders List<GetApplication Providers Application Provider> 
- A list of application providers available in the current region. See application_providersbelow.
- Id string
- AWS region.
- ApplicationProviders []GetApplication Providers Application Provider 
- A list of application providers available in the current region. See application_providersbelow.
- id String
- AWS region.
- applicationProviders List<GetApplication Providers Application Provider> 
- A list of application providers available in the current region. See application_providersbelow.
- id string
- AWS region.
- applicationProviders GetApplication Providers Application Provider[] 
- A list of application providers available in the current region. See application_providersbelow.
- id str
- AWS region.
- application_providers Sequence[GetApplication Providers Application Provider] 
- A list of application providers available in the current region. See application_providersbelow.
- id String
- AWS region.
- applicationProviders List<Property Map>
- A list of application providers available in the current region. See application_providersbelow.
Supporting Types
GetApplicationProvidersApplicationProvider    
- ApplicationProvider stringArn 
- ARN of the application provider.
- FederationProtocol string
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- DisplayDatas List<GetApplication Providers Application Provider Display Data> 
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
- ApplicationProvider stringArn 
- ARN of the application provider.
- FederationProtocol string
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- DisplayDatas []GetApplication Providers Application Provider Display Data 
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
- applicationProvider StringArn 
- ARN of the application provider.
- federationProtocol String
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- displayDatas List<GetApplication Providers Application Provider Display Data> 
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
- applicationProvider stringArn 
- ARN of the application provider.
- federationProtocol string
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- displayDatas GetApplication Providers Application Provider Display Data[] 
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
- application_provider_ strarn 
- ARN of the application provider.
- federation_protocol str
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- display_datas Sequence[GetApplication Providers Application Provider Display Data] 
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
- applicationProvider StringArn 
- ARN of the application provider.
- federationProtocol String
- Protocol that the application provider uses to perform federation. Valid values are SAMLandOAUTH.
- displayDatas List<Property Map>
- An object describing how IAM Identity Center represents the application provider in the portal. See display_databelow.
GetApplicationProvidersApplicationProviderDisplayData      
- Description string
- Description of the application provider.
- DisplayName string
- Name of the application provider.
- IconUrl string
- URL that points to an icon that represents the application provider.
- Description string
- Description of the application provider.
- DisplayName string
- Name of the application provider.
- IconUrl string
- URL that points to an icon that represents the application provider.
- description String
- Description of the application provider.
- displayName String
- Name of the application provider.
- iconUrl String
- URL that points to an icon that represents the application provider.
- description string
- Description of the application provider.
- displayName string
- Name of the application provider.
- iconUrl string
- URL that points to an icon that represents the application provider.
- description str
- Description of the application provider.
- display_name str
- Name of the application provider.
- icon_url str
- URL that points to an icon that represents the application provider.
- description String
- Description of the application provider.
- displayName String
- Name of the application provider.
- iconUrl String
- URL that points to an icon that represents the application provider.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.