getDomain

A domain defined for 3rd party data source in Profile Service

Return

null

Parameters

argument

null


suspend fun getDomain(domainName: String): GetDomainResult

Return

null

Parameters

domainName

The unique name of the domain.

See also


suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.customerprofiles.kotlin.inputs.GetDomainPlainArgs.

See also