Uses of Interface
software.amazon.awscdk.services.cognito.IUserPool
Package
Description
AWS APIGatewayv2 Authorizers
Amazon API Gateway Construct Library
AWS AppSync Construct Library
Amazon Cognito Construct Library
Amazon Cognito Identity Pool Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IUserPool in software.amazon.awscdk.aws_apigatewayv2_authorizers
Modifier and TypeMethodDescriptionModifierConstructorDescriptionHttpUserPoolAuthorizer
(String id, IUserPool pool) Initialize a Cognito user pool authorizer to be bound with HTTP route.HttpUserPoolAuthorizer
(String id, IUserPool pool, HttpUserPoolAuthorizerProps props) Initialize a Cognito user pool authorizer to be bound with HTTP route. -
Uses of IUserPool in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionCognitoUserPoolsAuthorizerProps.getCognitoUserPools()
The user pools to associate with this authorizer.CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getCognitoUserPools()
Modifier and TypeMethodDescriptionCognitoUserPoolsAuthorizer.Builder.cognitoUserPools
(List<? extends IUserPool> cognitoUserPools) The user pools to associate with this authorizer.CognitoUserPoolsAuthorizerProps.Builder.cognitoUserPools
(List<? extends IUserPool> cognitoUserPools) Sets the value ofCognitoUserPoolsAuthorizerProps.getCognitoUserPools()
-
Uses of IUserPool in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionUserPoolConfig.getUserPool()
The Cognito user pool to use as identity source.final IUserPool
UserPoolConfig.Jsii$Proxy.getUserPool()
-
Uses of IUserPool in software.amazon.awscdk.services.cognito
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIUserPool
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Define a Cognito User Pool.Modifier and TypeMethodDescriptionstatic 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.UserPoolClientProps.getUserPool()
The UserPool resource this client will have access to.final IUserPool
UserPoolClientProps.Jsii$Proxy.getUserPool()
UserPoolDomainProps.getUserPool()
The user pool to which this domain should be associated.final IUserPool
UserPoolDomainProps.Jsii$Proxy.getUserPool()
UserPoolGroupProps.getUserPool()
The user pool to which this group is associated.final IUserPool
UserPoolGroupProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderFacebookProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderGoogleProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderOidcProps.Jsii$Proxy.getUserPool()
UserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.final IUserPool
UserPoolIdentityProviderProps.Jsii$Proxy.getUserPool()
final IUserPool
UserPoolIdentityProviderSamlProps.Jsii$Proxy.getUserPool()
UserPoolResourceServerProps.getUserPool()
The user pool to add this resource server to.final IUserPool
UserPoolResourceServerProps.Jsii$Proxy.getUserPool()
Modifier and TypeMethodDescriptionThe UserPool resource this client will have access to.Sets the value ofUserPoolClientProps.getUserPool()
The user pool to which this domain should be associated.Sets the value ofUserPoolDomainProps.getUserPool()
The user pool to which this group is associated.Sets the value ofUserPoolGroupProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to which this construct provides identities.Sets the value ofUserPoolIdentityProviderProps.getUserPool()
The user pool to add this resource server to.Sets the value ofUserPoolResourceServerProps.getUserPool()
-
Uses of IUserPool in software.amazon.awscdk.services.cognito.identitypool.alpha
Modifier and TypeMethodDescriptionUserPoolAuthenticationProviderProps.getUserPool()
(experimental) The User Pool of the Associated Identity Providers.final IUserPool
UserPoolAuthenticationProviderProps.Jsii$Proxy.getUserPool()
Modifier and TypeMethodDescriptionstatic IdentityPoolProviderUrl
IdentityPoolProviderUrl.userPool
(IUserPool userPool, IUserPoolClient userPoolClient) (experimental) User Pool Provider Url.(experimental) The User Pool of the Associated Identity Providers.Sets the value ofUserPoolAuthenticationProviderProps.getUserPool()
-
Uses of IUserPool in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Modifier and TypeMethodDescriptionAuthenticateCognitoActionProps.getUserPool()
The Amazon Cognito user pool.final IUserPool
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPool()
Modifier and TypeMethodDescriptionThe Amazon Cognito user pool.Sets the value ofAuthenticateCognitoActionProps.getUserPool()