1. Packages
  2. AWS Native
  3. API Docs
  4. cognito
  5. getUserPoolIdentityProvider

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.cognito.getUserPoolIdentityProvider

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource Type definition for AWS::Cognito::UserPoolIdentityProvider

    Using getUserPoolIdentityProvider

    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 getUserPoolIdentityProvider(args: GetUserPoolIdentityProviderArgs, opts?: InvokeOptions): Promise<GetUserPoolIdentityProviderResult>
    function getUserPoolIdentityProviderOutput(args: GetUserPoolIdentityProviderOutputArgs, opts?: InvokeOptions): Output<GetUserPoolIdentityProviderResult>
    def get_user_pool_identity_provider(id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetUserPoolIdentityProviderResult
    def get_user_pool_identity_provider_output(id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetUserPoolIdentityProviderResult]
    func LookupUserPoolIdentityProvider(ctx *Context, args *LookupUserPoolIdentityProviderArgs, opts ...InvokeOption) (*LookupUserPoolIdentityProviderResult, error)
    func LookupUserPoolIdentityProviderOutput(ctx *Context, args *LookupUserPoolIdentityProviderOutputArgs, opts ...InvokeOption) LookupUserPoolIdentityProviderResultOutput

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

    public static class GetUserPoolIdentityProvider 
    {
        public static Task<GetUserPoolIdentityProviderResult> InvokeAsync(GetUserPoolIdentityProviderArgs args, InvokeOptions? opts = null)
        public static Output<GetUserPoolIdentityProviderResult> Invoke(GetUserPoolIdentityProviderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUserPoolIdentityProviderResult> getUserPoolIdentityProvider(GetUserPoolIdentityProviderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cognito:getUserPoolIdentityProvider
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getUserPoolIdentityProvider Result

    The following output properties are available:

    AttributeMapping object
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    Id string
    IdpIdentifiers List<string>
    ProviderDetails object
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    AttributeMapping interface{}
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    Id string
    IdpIdentifiers []string
    ProviderDetails interface{}
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    attributeMapping Object
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    id String
    idpIdentifiers List<String>
    providerDetails Object
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    attributeMapping any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    id string
    idpIdentifiers string[]
    providerDetails any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    attribute_mapping Any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    id str
    idp_identifiers Sequence[str]
    provider_details Any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    attributeMapping Any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.
    id String
    idpIdentifiers List<String>
    providerDetails Any
    Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi