| 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
Define a user pool domain.
|
| Modifier and Type | Method and Description |
|---|---|
static IUserPoolDomain |
UserPoolDomain.fromDomainName(software.constructs.Construct scope,
String id,
String userPoolDomainName)
Import a UserPoolDomain given its domain name.
|
| Modifier and Type | Method and Description |
|---|---|
IUserPoolDomain |
AuthenticateCognitoActionProps.getUserPoolDomain()
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 |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.userPoolDomain(IUserPoolDomain userPoolDomain)
The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.userPoolDomain(IUserPoolDomain userPoolDomain)
Sets the value of
AuthenticateCognitoActionProps.getUserPoolDomain() |
Copyright © 2022. All rights reserved.