CollectionArgs

data class CollectionArgs(val collectionId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CollectionArgs>

The AWS::Rekognition::Collection type creates an Amazon Rekognition Collection. A collection is a logical grouping of information about detected faces which can later be referenced for searches on the group

Constructors

Link copied to clipboard
constructor(collectionId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

ID for the collection that you are creating.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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