Skip to main content

TCognitoIdentityProviderCreateUserPoolDomainRequest

Class in AWS.CognitoIdentityProvider

CreateUserPoolDomain request class.

Ancestors

Properties

CustomDomainConfig

property CustomDomainConfig: ICognitoIdentityProviderCustomDomainConfigType

Type: ICognitoIdentityProviderCustomDomainConfigType

Domain

property Domain: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, ADomain: string);

(

Parameters

NameDescription
ADomainThe domain string. For custom domains, specify the fully-qualified domain name. For Amazon Cognito prefix domains, use the prefix on its own.
AUserPoolIdSpecify the ID of the user pool.