TCognitoIdentityProviderDeleteUserPoolDomainRequest
Class in AWS.CognitoIdentityProvider
DeleteUserPoolDomain request class.
Ancestors
Properties
Domain
property Domain: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, ADomain: string);
Constructor for TCognitoIdentityProviderDeleteUserPoolDomainRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
ADomain | The domain string. For custom domains, specify the fully-qualified domain name. For Amazon Cognito prefix domains, use the prefix on its own. |