Collection

class Collection : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name of the collection.

Link copied to clipboard
val collectionId: Output<String>

ID for the collection that you are creating.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>