| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.actions |
Actions for AWS Elastic Load Balancing V2
|
| Modifier and Type | Method and Description |
|---|---|
List<IUserPool> |
CognitoUserPoolsAuthorizerProps.getCognitoUserPools()
The user pools to associate with this authorizer.
|
List<IUserPool> |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getCognitoUserPools() |
| Modifier and Type | Method and Description |
|---|---|
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.cognitoUserPools(List<? extends IUserPool> cognitoUserPools)
Sets the value of
CognitoUserPoolsAuthorizerProps.getCognitoUserPools() |
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.cognitoUserPools(List<? extends IUserPool> cognitoUserPools)
The user pools to associate with this authorizer.
|
| 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 |
UserPoolDomainProps.getUserPool()
The user pool to which this domain should be associated.
|
IUserPool |
UserPoolDomainProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolClientProps.getUserPool()
The UserPool resource this client will have access to.
|
IUserPool |
UserPoolClientProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderSamlProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.
|
IUserPool |
UserPoolIdentityProviderProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderOidcProps.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 |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getUserPool() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderFacebookProps.Builder |
UserPoolIdentityProviderFacebookProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolDomainProps.getUserPool() |
UserPoolIdentityProviderAppleProps.Builder |
UserPoolIdentityProviderAppleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolClientProps.getUserPool() |
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.userPool(IUserPool userPool)
The user pool to add this resource server to.
|
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.
|
UserPoolIdentityProviderSamlProps.Builder |
UserPoolIdentityProviderSamlProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderProps.Builder |
UserPoolIdentityProviderProps.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.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolIdentityProviderOidcProps.Builder |
UserPoolIdentityProviderOidcProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolResourceServerProps.getUserPool() |
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
UserPoolDomain.Builder |
UserPoolDomain.Builder.userPool(IUserPool userPool)
The user pool to which this domain should be associated.
|
UserPoolIdentityProviderGoogleProps.Builder |
UserPoolIdentityProviderGoogleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderAmazonProps.Builder |
UserPoolIdentityProviderAmazonProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
| Modifier and Type | Method and Description |
|---|---|
IUserPool |
AuthenticateCognitoActionProps.getUserPool()
The Amazon Cognito user pool.
|
IUserPool |
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPool() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPool(IUserPool userPool)
The Amazon Cognito user pool.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPool(IUserPool userPool)
Sets the value of
AuthenticateCognitoActionProps.getUserPool() |
Copyright © 2022. All rights reserved.