getDomain

A domain is an organizing entity for connecting together assets, users, and their projects

Return

null

Parameters

argument

null


suspend fun getDomain(id: String): GetDomainResult

Return

null

Parameters

id

The id of the Amazon DataZone domain.

See also


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

Return

null

Parameters

argument

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

See also