Class UserPoolIdentityProvider
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolIdentityProvider
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:33.377Z")
@Stability(Stable)
public class UserPoolIdentityProvider
extends software.amazon.jsii.JsiiObject
User pool third-party identity providers.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUserPoolIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedUserPoolIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic IUserPoolIdentityProviderfromProviderName(software.constructs.Construct scope, String id, String providerName) Import an existing UserPoolIdentityProvider.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
UserPoolIdentityProvider
protected UserPoolIdentityProvider(software.amazon.jsii.JsiiObjectRef objRef) -
UserPoolIdentityProvider
protected UserPoolIdentityProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromProviderName
@Stability(Stable) @NotNull public static IUserPoolIdentityProvider fromProviderName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String providerName) Import an existing UserPoolIdentityProvider.- Parameters:
scope- This parameter is required.id- This parameter is required.providerName- This parameter is required.
-