Interface IUserPoolDomain.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IUserPoolDomain, IUserPoolDomainRef, IUserPoolDomainRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IUserPoolDomain.Jsii$Proxy
Enclosing interface:
IUserPoolDomain

@Internal public static interface IUserPoolDomain.Jsii$Default extends IUserPoolDomain, IResource.Jsii$Default, IUserPoolDomainRef.Jsii$Default
Internal default implementation for IUserPoolDomain.
  • Method Details

    • getDomainName

      @Stability(Stable) @NotNull default String getDomainName()
      The domain that was specified to be created.

      If customDomain was selected, this holds the full domain name that was specified. If the cognitoDomain was used, it contains the prefix to the Cognito hosted domain.

      Specified by:
      getDomainName in interface IUserPoolDomain