Interface IUserPoolDomain
Represents a user pool domain.
public interface IUserPoolDomain : IResource, IConstruct, IConstruct, IDependable
Properties
DomainName
The domain that was specified to be created.
string DomainName { get; }
Property Value
Remarks
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.
Attribute: true