Update User Pool Domain
POST {{aws_cognito_identity_provider_base_url}}/?Action=UpdateUserPoolDomain
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM. |
Request Body
{"CustomDomainConfig"=>{"CertificateArn"=>"string"}, "Domain"=>"string", "UserPoolId"=>"string"}