getProject

Amazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.

Return

null

Parameters

argument

null


suspend fun getProject(domainId: String, id: String): GetProjectResult

Return

null

Parameters

domainId

The identifier of the Amazon DataZone domain in which the project was created.

id

The ID of the Amazon DataZone project.

See also


suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult

Return

null

Parameters

argument

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

See also