Collection Args
data class CollectionArgs(val collectionId: Output<String>? = null, val tags: Output<List<CollectionTagArgs>>? = 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
fun CollectionArgs(collectionId: Output<String>? = null, tags: Output<List<CollectionTagArgs>>? = null)