ProjectArgs

data class ProjectArgs(val projectName: Output<String>? = null) : ConvertibleToJava<ProjectArgs>

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.

Constructors

Link copied to clipboard
constructor(projectName: Output<String>? = null)

Properties

Link copied to clipboard
val projectName: Output<String>? = null

The name of the project to create.

Functions

Link copied to clipboard
open override fun toJava(): ProjectArgs