Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolDomain
Packages that use IUserPoolDomain
Package
Description
Amazon Cognito Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IUserPoolDomain in software.amazon.awscdk.services.cognito
Subinterfaces of IUserPoolDomain in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolDomain.Classes in software.amazon.awscdk.services.cognito that implement IUserPoolDomainModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a user pool domain.Methods in software.amazon.awscdk.services.cognito that return IUserPoolDomainModifier and TypeMethodDescriptionstatic IUserPoolDomainUserPoolDomain.fromDomainName(software.constructs.Construct scope, String id, String userPoolDomainName) Import a UserPoolDomain given its domain name. -
Uses of IUserPoolDomain in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return IUserPoolDomainModifier and TypeMethodDescriptionAuthenticateCognitoActionProps.getUserPoolDomain()The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.final IUserPoolDomainAuthenticateCognitoActionProps.Jsii$Proxy.getUserPoolDomain()Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type IUserPoolDomainModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.userPoolDomain(IUserPoolDomain userPoolDomain) The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.AuthenticateCognitoActionProps.Builder.userPoolDomain(IUserPoolDomain userPoolDomain) Sets the value ofAuthenticateCognitoActionProps.getUserPoolDomain()