getUserPoolDomain

Resource Type definition for AWS::Cognito::UserPoolDomain

Return

null

Parameters

argument

null


suspend fun getUserPoolDomain(domain: String, userPoolId: String): GetUserPoolDomainResult

Return

null

Parameters

domain

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 .

userPoolId

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

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.cognito.kotlin.inputs.GetUserPoolDomainPlainArgs.

See also