| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
static interface |
IUserPoolDomain.Jsii$Default
Internal default implementation for
IUserPoolDomain. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IUserPoolDomain.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
UserPoolDomain
(experimental) Define a user pool domain.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPoolDomain |
UserPoolDomain.fromDomainName(software.constructs.Construct scope,
String id,
String userPoolDomainName)
(experimental) Import a UserPoolDomain given its domain name.
|
| Modifier and Type | Method and Description |
|---|---|
IUserPoolDomain |
AuthenticateCognitoActionProps.getUserPoolDomain()
(experimental) The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.
|
IUserPoolDomain |
AuthenticateCognitoActionProps.Jsii$Proxy.getUserPoolDomain() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPoolDomain(IUserPoolDomain userPoolDomain)
Sets the value of
AuthenticateCognitoActionProps.getUserPoolDomain() |
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPoolDomain(IUserPoolDomain userPoolDomain)
(experimental) The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.
|
| 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.