cognitoidentityprovider_update_user_pool_domain: Updates the Secure Sockets Layer (SSL) certificate for the...

View source: R/cognitoidentityprovider_operations.R

cognitoidentityprovider_update_user_pool_domainR 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 auth.example.com.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.