get User Pool Identity Provider
suspend fun getUserPoolIdentityProvider(argument: GetUserPoolIdentityProviderPlainArgs): GetUserPoolIdentityProviderResult
Resource Type definition for AWS::Cognito::UserPoolIdentityProvider
Return
null
Parameters
argument
null
suspend fun getUserPoolIdentityProvider(providerName: String, userPoolId: String): GetUserPoolIdentityProviderResult
Return
null
Parameters
provider Name
The name that you want to assign to the IdP. You can pass the identity provider name in the identity_provider
query parameter of requests to the Authorize endpoint to silently redirect to sign-in with the associated IdP.
user Pool Id
The Id of the user pool where you want to create an IdP.
See also
suspend fun getUserPoolIdentityProvider(argument: suspend GetUserPoolIdentityProviderPlainArgsBuilder.() -> Unit): GetUserPoolIdentityProviderResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.cognito.kotlin.inputs.GetUserPoolIdentityProviderPlainArgs.