aws-cdk-lib.aws_cognito.UserPoolIdentityProvider

class UserPoolIdentityProvider

LanguageType name
.NETAmazon.CDK.AWS.Cognito.UserPoolIdentityProvider
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#UserPoolIdentityProvider
Javasoftware.amazon.awscdk.services.cognito.UserPoolIdentityProvider
Pythonaws_cdk.aws_cognito.UserPoolIdentityProvider
TypeScript (source)aws-cdk-lib » aws_cognito » UserPoolIdentityProvider

User pool third-party identity providers.

Methods

NameDescription
static fromProviderName(scope, id, providerName)Import an existing UserPoolIdentityProvider.

static fromProviderName(scope, id, providerName)

public static fromProviderName(scope: Construct, id: string, providerName: string): IUserPoolIdentityProvider

Parameters

  • scope Construct
  • id string
  • providerName string

Returns

  • IUserPoolIdentityProvider

Import an existing UserPoolIdentityProvider.