cognitoidentityprovider_update_user_pool_domain {paws.security.identity} | R Documentation |
Updates the Secure Sockets Layer (SSL) certificate for the custom domain for your user pool
Description
Updates the Secure Sockets Layer (SSL) certificate for the custom domain for your user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_update_user_pool_domain/ for full documentation.
Usage
cognitoidentityprovider_update_user_pool_domain(
Domain,
UserPoolId,
CustomDomainConfig
)
Arguments
Domain |
[required] The domain name for the custom domain that hosts the sign-up and sign-in
pages for your application. One example might be This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names. |
UserPoolId |
[required] The ID of the user pool that is associated with the custom domain whose certificate you're updating. |
CustomDomainConfig |
[required] 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. |