| 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 |
UserPoolIdentityProviderFacebookProps.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 |
UserPoolResourceServerProps.getUserPool()
The user pool to add this resource server to.
|
IUserPool |
UserPoolResourceServerProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderGoogleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolDomainProps.getUserPool()
The user pool to which this domain should be associated.
|
IUserPool |
UserPoolDomainProps.Jsii$Proxy.getUserPool() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderFacebookProps.Builder |
UserPoolIdentityProviderFacebookProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
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.
|
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolResourceServerProps.getUserPool() |
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.userPool(IUserPool userPool)
The user pool to add this resource server to.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.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.
|
UserPoolIdentityProviderGoogleProps.Builder |
UserPoolIdentityProviderGoogleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderFacebook.Builder |
UserPoolIdentityProviderFacebook.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderAppleProps.Builder |
UserPoolIdentityProviderAppleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderAmazonProps.Builder |
UserPoolIdentityProviderAmazonProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolDomainProps.getUserPool() |
| Constructor and Description |
|---|
Jsii$Proxy(IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderProps.Builder. |
Jsii$Proxy(IUserPool userPool,
CognitoDomainOptions cognitoDomain,
CustomDomainOptions customDomain)
Constructor that initializes the object based on literal property values passed by the
UserPoolDomainProps.Builder. |
Jsii$Proxy(IUserPool userPool,
Duration accessTokenValidity,
AuthFlow authFlows,
Boolean disableOAuth,
Boolean generateSecret,
Duration idTokenValidity,
OAuthSettings oAuth,
Boolean preventUserExistenceErrors,
ClientAttributes readAttributes,
Duration refreshTokenValidity,
List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders,
String userPoolClientName,
ClientAttributes writeAttributes)
Constructor that initializes the object based on literal property values passed by the
UserPoolClientProps.Builder. |
Jsii$Proxy(IUserPool userPool,
String identifier,
List<? extends ResourceServerScope> scopes,
String userPoolResourceServerName)
Constructor that initializes the object based on literal property values passed by the
UserPoolResourceServerProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderGoogleProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderAmazonProps.Builder. |
Jsii$Proxy(String clientId,
String clientSecret,
String apiVersion,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderFacebookProps.Builder. |
Jsii$Proxy(String clientId,
String keyId,
String privateKey,
String teamId,
List<String> scopes,
IUserPool userPool,
AttributeMapping attributeMapping)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderAppleProps.Builder. |
Copyright © 2021. All rights reserved.