Table of Contents

Interface IUserPoolDomain

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

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

string

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