getProject

The AWS::LookoutVision::Project type creates an Amazon Lookout for Vision project. A project is a grouping of the resources needed to create and manage a Lookout for Vision model.

Return

null

Parameters

argument

null


suspend fun getProject(projectName: String): GetProjectResult

Return

null

Parameters

projectName

The name of the project.

See also


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

Return

null

Parameters

argument

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

See also