GetUserPoolDomainPlainArgs

data class GetUserPoolDomainPlainArgs(val domain: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolDomainPlainArgs>

Constructors

Link copied to clipboard
constructor(domain: String, userPoolId: String)

Properties

Link copied to clipboard

The name of the domain that you want to update. For custom domains, this is the fully-qualified domain name, for example auth.example.com . For prefix domains, this is the prefix alone, such as myprefix .

Link copied to clipboard

The ID of the user pool that is associated with the domain you're updating.

Functions

Link copied to clipboard
open override fun toJava(): GetUserPoolDomainPlainArgs