class Aws::CognitoIdentityProvider::Types::UpdateUserPoolDomainRequest
The UpdateUserPoolDomain request input.
@note When making an API call, you may pass UpdateUserPoolDomainRequest
data as a hash: { domain: "DomainType", # required user_pool_id: "UserPoolIdType", # required custom_domain_config: { # required certificate_arn: "ArnType", # required }, }
@!attribute [rw] domain
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. For example: `auth.example.com`. This string can include only lowercase letters, numbers, and hyphens. Do not use a hyphen for the first or last character. Use periods to separate subdomain names. @return [String]
@!attribute [rw] user_pool_id
The ID of the user pool that is associated with the custom domain that you are updating the certificate for. @return [String]
@!attribute [rw] custom_domain_config
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. @return [Types::CustomDomainConfigType]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UpdateUserPoolDomainRequest AWS API Documentation
Constants
- SENSITIVE