class Aws::CognitoIdentityProvider::Types::CreateUserPoolDomainRequest

@note When making an API call, you may pass CreateUserPoolDomainRequest

data as a hash:

    {
      domain: "DomainType", # required
      user_pool_id: "UserPoolIdType", # required
      custom_domain_config: {
        certificate_arn: "ArnType", # required
      },
    }

@!attribute [rw] domain

The domain string.
@return [String]

@!attribute [rw] user_pool_id

The user pool ID.
@return [String]

@!attribute [rw] custom_domain_config

The configuration for a custom domain that hosts the sign-up and
sign-in webpages for your application.

Provide this parameter only if you want to use a custom domain for
your user pool. Otherwise, you can exclude this parameter and use
the Amazon Cognito hosted domain instead.

For more information about the hosted domain and custom domains, see
[Configuring a User Pool Domain][1].

[1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-assign-domain.html
@return [Types::CustomDomainConfigType]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/CreateUserPoolDomainRequest AWS API Documentation

Constants

SENSITIVE