interface CollectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Rekognition.CollectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CollectionReference |
![]() | software.amazon.awscdk.services.rekognition.CollectionReference |
![]() | aws_cdk.aws_rekognition.CollectionReference |
![]() | aws-cdk-lib » aws_rekognition » CollectionReference |
A reference to a Collection resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rekognition as rekognition } from 'aws-cdk-lib';
const collectionReference: rekognition.CollectionReference = {
collectionArn: 'collectionArn',
collectionId: 'collectionId',
};
Properties
Name | Type | Description |
---|---|---|
collection | string | The ARN of the Collection resource. |
collection | string | The CollectionId of the Collection resource. |
collectionArn
Type:
string
The ARN of the Collection resource.
collectionId
Type:
string
The CollectionId of the Collection resource.