| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPool.Jsii$Default
Internal default implementation for
IUserPool. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUserPool.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
UserPool
Define a Cognito User Pool.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPool |
UserPool.fromUserPoolArn(software.constructs.Construct scope,
String id,
String userPoolArn)
Import an existing user pool based on its ARN.
|
static IUserPool |
UserPool.fromUserPoolId(software.constructs.Construct scope,
String id,
String userPoolId)
Import an existing user pool based on its id.
|
IUserPool |
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolDomainProps.getUserPool()
The user pool to which this domain should be associated.
|
IUserPool |
UserPoolDomainProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolResourceServerProps.getUserPool()
The user pool to add this resource server to.
|
IUserPool |
UserPoolResourceServerProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolClientProps.getUserPool()
The UserPool resource this client will have access to.
|
IUserPool |
UserPoolClientProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.
|
IUserPool |
UserPoolIdentityProviderProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderGoogleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderFacebookProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderOidcProps.Jsii$Proxy.getUserPool() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderAppleProps.Builder |
UserPoolIdentityProviderAppleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolDomainProps.getUserPool() |
UserPoolIdentityProviderAmazonProps.Builder |
UserPoolIdentityProviderAmazonProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolResourceServerProps.getUserPool() |
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolClientProps.getUserPool() |
UserPoolIdentityProviderProps.Builder |
UserPoolIdentityProviderProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.userPool(IUserPool userPool)
The user pool to which this domain should be associated.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderGoogleProps.Builder |
UserPoolIdentityProviderGoogleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderOidc.Builder |
UserPoolIdentityProviderOidc.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolClient.Builder |
UserPoolClient.Builder.userPool(IUserPool userPool)
The UserPool resource this client will have access to.
|
UserPoolIdentityProviderFacebook.Builder |
UserPoolIdentityProviderFacebook.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderFacebookProps.Builder |
UserPoolIdentityProviderFacebookProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderOidcProps.Builder |
UserPoolIdentityProviderOidcProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.userPool(IUserPool userPool)
The user pool to add this resource server to.
|
Copyright © 2022. All rights reserved.