interface StreamProcessorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Rekognition.StreamProcessorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#StreamProcessorReference |
![]() | software.amazon.awscdk.services.rekognition.StreamProcessorReference |
![]() | aws_cdk.aws_rekognition.StreamProcessorReference |
![]() | aws-cdk-lib » aws_rekognition » StreamProcessorReference |
A reference to a StreamProcessor 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 streamProcessorReference: rekognition.StreamProcessorReference = {
streamProcessorArn: 'streamProcessorArn',
streamProcessorName: 'streamProcessorName',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | The ARN of the StreamProcessor resource. |
stream | string | The Name of the StreamProcessor resource. |
streamProcessorArn
Type:
string
The ARN of the StreamProcessor resource.
streamProcessorName
Type:
string
The Name of the StreamProcessor resource.