TCognitoIdentityProviderUpdateUserPoolDomainRequest
Class in AWS.CognitoIdentityProvider
UpdateUserPoolDomain 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
| Name | Description |
|---|---|
ADomain | The domain string. For custom domains, specify the fully-qualified domain name. For Amazon Cognito prefix domains, use the prefix on its own. |
AUserPoolId | Specify the ID of the user pool. |