getProject

The AWS::Rekognition::Project type creates an Amazon Rekognition CustomLabels Project. A project is a grouping of the resources needed to create and manage Dataset and ProjectVersions.

Return

null

Parameters

argument

null


suspend fun getProject(projectName: String): GetProjectResult

Return

null

Parameters

projectName

The name of the project to create.

See also


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

Return

null

Parameters

argument

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

See also