AWS v6.54.0 published on Friday, Sep 27, 2024 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, nil, 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:ssoadmin/getApplicationProviders:getApplicationProviders
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Providers List<GetApplication Providers Application Provider> - A list of application providers available in the current region. See
application_providers
below.
- Application
Providers []GetApplication Providers Application Provider - A list of application providers available in the current region. See
application_providers
below.
- application
Providers List<GetApplication Providers Application Provider> - A list of application providers available in the current region. See
application_providers
below.
- application
Providers GetApplication Providers Application Provider[] - A list of application providers available in the current region. See
application_providers
below.
- application_
providers Sequence[GetApplication Providers Application Provider] - A list of application providers available in the current region. See
application_providers
below.
- application
Providers List<Property Map> - A list of application providers available in the current region. See
application_providers
below.
getApplicationProviders Result
The following output properties are available:
- Id string
- AWS region.
- Application
Providers List<GetApplication Providers Application Provider> - A list of application providers available in the current region. See
application_providers
below.
- Id string
- AWS region.
- Application
Providers []GetApplication Providers Application Provider - A list of application providers available in the current region. See
application_providers
below.
- id String
- AWS region.
- application
Providers List<GetApplication Providers Application Provider> - A list of application providers available in the current region. See
application_providers
below.
- id string
- AWS region.
- application
Providers GetApplication Providers Application Provider[] - A list of application providers available in the current region. See
application_providers
below.
- id str
- AWS region.
- application_
providers Sequence[GetApplication Providers Application Provider] - A list of application providers available in the current region. See
application_providers
below.
- id String
- AWS region.
- application
Providers List<Property Map> - A list of application providers available in the current region. See
application_providers
below.
Supporting Types
GetApplicationProvidersApplicationProvider
- Application
Provider stringArn - ARN of the application provider.
- Federation
Protocol string - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - Display
Datas List<GetApplication Providers Application Provider Display Data> - An object describing how IAM Identity Center represents the application provider in the portal. See
display_data
below.
- Application
Provider stringArn - ARN of the application provider.
- Federation
Protocol string - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - Display
Datas []GetApplication Providers Application Provider Display Data - An object describing how IAM Identity Center represents the application provider in the portal. See
display_data
below.
- application
Provider StringArn - ARN of the application provider.
- federation
Protocol String - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - display
Datas List<GetApplication Providers Application Provider Display Data> - An object describing how IAM Identity Center represents the application provider in the portal. See
display_data
below.
- application
Provider stringArn - ARN of the application provider.
- federation
Protocol string - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - display
Datas GetApplication Providers Application Provider Display Data[] - An object describing how IAM Identity Center represents the application provider in the portal. See
display_data
below.
- application_
provider_ strarn - ARN of the application provider.
- federation_
protocol str - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - 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_data
below.
- application
Provider StringArn - ARN of the application provider.
- federation
Protocol String - Protocol that the application provider uses to perform federation. Valid values are
SAML
andOAUTH
. - display
Datas List<Property Map> - An object describing how IAM Identity Center represents the application provider in the portal. See
display_data
below.
GetApplicationProvidersApplicationProviderDisplayData
- Description string
- Description of the application provider.
- Display
Name string - Name of the application provider.
- Icon
Url string - URL that points to an icon that represents the application provider.
- Description string
- Description of the application provider.
- Display
Name string - Name of the application provider.
- Icon
Url string - URL that points to an icon that represents the application provider.
- description String
- Description of the application provider.
- display
Name String - Name of the application provider.
- icon
Url String - URL that points to an icon that represents the application provider.
- description string
- Description of the application provider.
- display
Name string - Name of the application provider.
- icon
Url 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.
- display
Name String - Name of the application provider.
- icon
Url 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
aws
Terraform Provider.