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()
(experimental) The user pools to associate with this authorizer.
|
List<IUserPool> |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getCognitoUserPools() |
Modifier and Type | Method and Description |
---|---|
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.cognitoUserPools(List<? extends IUserPool> cognitoUserPools)
(experimental) The user pools to associate with this authorizer.
|
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.cognitoUserPools(List<? extends IUserPool> cognitoUserPools)
Sets the value of
CognitoUserPoolsAuthorizerProps.getCognitoUserPools() |
Constructor and Description |
---|
Jsii$Proxy(List<? extends IUserPool> cognitoUserPools,
String authorizerName,
String identitySource,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
CognitoUserPoolsAuthorizerProps.Builder . |
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
(experimental) Define a Cognito User Pool.
|
Modifier and Type | Method and Description |
---|---|
static IUserPool |
UserPool.fromUserPoolArn(software.constructs.Construct scope,
String id,
String userPoolArn)
(experimental) Import an existing user pool based on its ARN.
|
static IUserPool |
UserPool.fromUserPoolId(software.constructs.Construct scope,
String id,
String userPoolId)
(experimental) Import an existing user pool based on its id.
|
IUserPool |
UserPoolClientProps.getUserPool()
(experimental) The UserPool resource this client will have access to.
|
IUserPool |
UserPoolClientProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderFacebookProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAppleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderGoogleProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolResourceServerProps.getUserPool()
(experimental) The user pool to add this resource server to.
|
IUserPool |
UserPoolResourceServerProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolDomainProps.getUserPool()
(experimental) The user pool to which this domain should be associated.
|
IUserPool |
UserPoolDomainProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy.getUserPool() |
IUserPool |
UserPoolIdentityProviderProps.getUserPool()
(experimental) The user pool to which this construct provides identities.
|
IUserPool |
UserPoolIdentityProviderProps.Jsii$Proxy.getUserPool() |
Modifier and Type | Method and Description |
---|---|
UserPoolResourceServer.Builder |
UserPoolResourceServer.Builder.userPool(IUserPool userPool)
(experimental) The user pool to add this resource server to.
|
UserPoolIdentityProviderFacebook.Builder |
UserPoolIdentityProviderFacebook.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolClientProps.getUserPool() |
UserPoolIdentityProviderFacebookProps.Builder |
UserPoolIdentityProviderFacebookProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderAppleProps.Builder |
UserPoolIdentityProviderAppleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolIdentityProviderGoogleProps.Builder |
UserPoolIdentityProviderGoogleProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this domain should be associated.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
UserPoolIdentityProviderGoogle.Builder |
UserPoolIdentityProviderGoogle.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolResourceServerProps.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() |
UserPoolClient.Builder |
UserPoolClient.Builder.userPool(IUserPool userPool)
(experimental) The UserPool resource this client will have access to.
|
UserPoolIdentityProviderProps.Builder |
UserPoolIdentityProviderProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.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 . |
Modifier and Type | Method and Description |
---|---|
IUserPool |
AuthenticateCognitoActionProps.getUserPool()
(experimental) The Amazon Cognito user pool.
|
IUserPool |
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPool() |
Modifier and Type | Method and Description |
---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPool(IUserPool userPool)
(experimental) The Amazon Cognito user pool.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPool(IUserPool userPool)
Sets the value of
AuthenticateCognitoActionProps.getUserPool() |
Constructor and Description |
---|
Jsii$Proxy(ListenerAction next,
IUserPool userPool,
IUserPoolClient userPoolClient,
IUserPoolDomain userPoolDomain,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateCognitoActionProps.Builder . |
Copyright © 2021. All rights reserved.