AWS Native is in preview. AWS Classic is fully supported.
aws-native.rekognition.StreamProcessor
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
The AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos.
Create StreamProcessor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StreamProcessor(name: string, args: StreamProcessorArgs, opts?: CustomResourceOptions);
@overload
def StreamProcessor(resource_name: str,
args: StreamProcessorArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StreamProcessor(resource_name: str,
opts: Optional[ResourceOptions] = None,
kinesis_video_stream: Optional[StreamProcessorKinesisVideoStreamArgs] = None,
role_arn: Optional[str] = None,
kms_key_id: Optional[str] = None,
face_search_settings: Optional[StreamProcessorFaceSearchSettingsArgs] = None,
kinesis_data_stream: Optional[StreamProcessorKinesisDataStreamArgs] = None,
data_sharing_preference: Optional[StreamProcessorDataSharingPreferenceArgs] = None,
bounding_box_regions_of_interest: Optional[Sequence[StreamProcessorBoundingBoxArgs]] = None,
name: Optional[str] = None,
notification_channel: Optional[StreamProcessorNotificationChannelArgs] = None,
polygon_regions_of_interest: Optional[Sequence[Sequence[StreamProcessorPointArgs]]] = None,
connected_home_settings: Optional[StreamProcessorConnectedHomeSettingsArgs] = None,
s3_destination: Optional[StreamProcessorS3DestinationArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewStreamProcessor(ctx *Context, name string, args StreamProcessorArgs, opts ...ResourceOption) (*StreamProcessor, error)
public StreamProcessor(string name, StreamProcessorArgs args, CustomResourceOptions? opts = null)
public StreamProcessor(String name, StreamProcessorArgs args)
public StreamProcessor(String name, StreamProcessorArgs args, CustomResourceOptions options)
type: aws-native:rekognition:StreamProcessor
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args StreamProcessorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args StreamProcessorArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args StreamProcessorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StreamProcessorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StreamProcessorArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
StreamProcessor Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The StreamProcessor resource accepts the following input properties:
- Kinesis
Video Pulumi.Stream Aws Native. Rekognition. Inputs. Stream Processor Kinesis Video Stream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- Role
Arn string - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- Bounding
Box List<Pulumi.Regions Of Interest Aws Native. Rekognition. Inputs. Stream Processor Bounding Box> - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- Connected
Home Pulumi.Settings Aws Native. Rekognition. Inputs. Stream Processor Connected Home Settings - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- Data
Sharing Pulumi.Preference Aws Native. Rekognition. Inputs. Stream Processor Data Sharing Preference - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- Face
Search Pulumi.Settings Aws Native. Rekognition. Inputs. Stream Processor Face Search Settings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- Kinesis
Data Pulumi.Stream Aws Native. Rekognition. Inputs. Stream Processor Kinesis Data Stream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- Kms
Key stringId - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- Name string
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- Notification
Channel Pulumi.Aws Native. Rekognition. Inputs. Stream Processor Notification Channel - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- Polygon
Regions List<ImmutableOf Interest Array<Pulumi. Aws Native. Rekognition. Inputs. Stream Processor Point>> - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- S3Destination
Pulumi.
Aws Native. Rekognition. Inputs. Stream Processor S3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Kinesis
Video StreamStream Processor Kinesis Video Stream Args - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- Role
Arn string - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- Bounding
Box []StreamRegions Of Interest Processor Bounding Box Args - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- Connected
Home StreamSettings Processor Connected Home Settings Args - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- Data
Sharing StreamPreference Processor Data Sharing Preference Args - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- Face
Search StreamSettings Processor Face Search Settings Args - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- Kinesis
Data StreamStream Processor Kinesis Data Stream Args - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- Kms
Key stringId - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- Name string
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- Notification
Channel StreamProcessor Notification Channel Args - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- Polygon
Regions [][]StreamOf Interest Processor Point Args - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- S3Destination
Stream
Processor S3Destination Args - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- Tag
Args - An array of key-value pairs to apply to this resource.
- kinesis
Video StreamStream Processor Kinesis Video Stream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- role
Arn String - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- bounding
Box List<StreamRegions Of Interest Processor Bounding Box> - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- connected
Home StreamSettings Processor Connected Home Settings - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- data
Sharing StreamPreference Processor Data Sharing Preference - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- face
Search StreamSettings Processor Face Search Settings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- kinesis
Data StreamStream Processor Kinesis Data Stream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- kms
Key StringId - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- name String
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- notification
Channel StreamProcessor Notification Channel - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- polygon
Regions List<List<StreamOf Interest Processor Point>> - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- s3Destination
Stream
Processor S3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- List<Tag>
- An array of key-value pairs to apply to this resource.
- kinesis
Video StreamStream Processor Kinesis Video Stream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- role
Arn string - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- bounding
Box StreamRegions Of Interest Processor Bounding Box[] - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- connected
Home StreamSettings Processor Connected Home Settings - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- data
Sharing StreamPreference Processor Data Sharing Preference - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- face
Search StreamSettings Processor Face Search Settings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- kinesis
Data StreamStream Processor Kinesis Data Stream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- kms
Key stringId - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- name string
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- notification
Channel StreamProcessor Notification Channel - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- polygon
Regions StreamOf Interest Processor Point[][] - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- s3Destination
Stream
Processor S3Destination - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- Tag[]
- An array of key-value pairs to apply to this resource.
- kinesis_
video_ Streamstream Processor Kinesis Video Stream Args - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- role_
arn str - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- bounding_
box_ Sequence[Streamregions_ of_ interest Processor Bounding Box Args] - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- connected_
home_ Streamsettings Processor Connected Home Settings Args - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- data_
sharing_ Streampreference Processor Data Sharing Preference Args - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- face_
search_ Streamsettings Processor Face Search Settings Args - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- kinesis_
data_ Streamstream Processor Kinesis Data Stream Args - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- kms_
key_ strid - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- name str
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- notification_
channel StreamProcessor Notification Channel Args - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- polygon_
regions_ Sequence[Sequence[Streamof_ interest Processor Point Args]] - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- s3_
destination StreamProcessor S3Destination Args - The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- kinesis
Video Property MapStream - The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor. For more information, see KinesisVideoStream .
- role
Arn String - ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.
- bounding
Box List<Property Map>Regions Of Interest - The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.
- connected
Home Property MapSettings - Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .
- data
Sharing Property MapPreference - Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
- face
Search Property MapSettings - The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor. For more information regarding the contents of the parameters, see FaceSearchSettings .
- kinesis
Data Property MapStream - Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input. This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
- kms
Key StringId - The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.
- name String
- Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
- notification
Channel Property Map - The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
- polygon
Regions List<List<Property Map>>Of Interest - The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point
- s3Destination Property Map
- The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. For more information, see the S3Destination section of StreamProcessorOutput .
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the StreamProcessor resource produces the following output properties:
- Arn string
- Amazon Resource Name for the newly created stream processor.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Current status of the stream processor.
- Status
Message string - Detailed status message about the stream processor.
- Arn string
- Amazon Resource Name for the newly created stream processor.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- Current status of the stream processor.
- Status
Message string - Detailed status message about the stream processor.
- arn String
- Amazon Resource Name for the newly created stream processor.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Current status of the stream processor.
- status
Message String - Detailed status message about the stream processor.
- arn string
- Amazon Resource Name for the newly created stream processor.
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- Current status of the stream processor.
- status
Message string - Detailed status message about the stream processor.
- arn str
- Amazon Resource Name for the newly created stream processor.
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- Current status of the stream processor.
- status_
message str - Detailed status message about the stream processor.
- arn String
- Amazon Resource Name for the newly created stream processor.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- Current status of the stream processor.
- status
Message String - Detailed status message about the stream processor.
Supporting Types
StreamProcessorBoundingBox, StreamProcessorBoundingBoxArgs
- Height double
- Height of the bounding box as a ratio of the overall image height.
- Left double
- Left coordinate of the bounding box as a ratio of overall image width.
- Top double
- Top coordinate of the bounding box as a ratio of overall image height.
- Width double
- Width of the bounding box as a ratio of the overall image width.
- Height float64
- Height of the bounding box as a ratio of the overall image height.
- Left float64
- Left coordinate of the bounding box as a ratio of overall image width.
- Top float64
- Top coordinate of the bounding box as a ratio of overall image height.
- Width float64
- Width of the bounding box as a ratio of the overall image width.
- height Double
- Height of the bounding box as a ratio of the overall image height.
- left Double
- Left coordinate of the bounding box as a ratio of overall image width.
- top Double
- Top coordinate of the bounding box as a ratio of overall image height.
- width Double
- Width of the bounding box as a ratio of the overall image width.
- height number
- Height of the bounding box as a ratio of the overall image height.
- left number
- Left coordinate of the bounding box as a ratio of overall image width.
- top number
- Top coordinate of the bounding box as a ratio of overall image height.
- width number
- Width of the bounding box as a ratio of the overall image width.
- height float
- Height of the bounding box as a ratio of the overall image height.
- left float
- Left coordinate of the bounding box as a ratio of overall image width.
- top float
- Top coordinate of the bounding box as a ratio of overall image height.
- width float
- Width of the bounding box as a ratio of the overall image width.
- height Number
- Height of the bounding box as a ratio of the overall image height.
- left Number
- Left coordinate of the bounding box as a ratio of overall image width.
- top Number
- Top coordinate of the bounding box as a ratio of overall image height.
- width Number
- Width of the bounding box as a ratio of the overall image width.
StreamProcessorConnectedHomeSettings, StreamProcessorConnectedHomeSettingsArgs
- Labels List<string>
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- Min
Confidence double - Minimum object class match confidence score that must be met to return a result for a recognized object.
- Labels []string
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- Min
Confidence float64 - Minimum object class match confidence score that must be met to return a result for a recognized object.
- labels List<String>
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- min
Confidence Double - Minimum object class match confidence score that must be met to return a result for a recognized object.
- labels string[]
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- min
Confidence number - Minimum object class match confidence score that must be met to return a result for a recognized object.
- labels Sequence[str]
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- min_
confidence float - Minimum object class match confidence score that must be met to return a result for a recognized object.
- labels List<String>
- Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
- min
Confidence Number - Minimum object class match confidence score that must be met to return a result for a recognized object.
StreamProcessorDataSharingPreference, StreamProcessorDataSharingPreferenceArgs
- Opt
In bool - Flag to enable data-sharing
- Opt
In bool - Flag to enable data-sharing
- opt
In Boolean - Flag to enable data-sharing
- opt
In boolean - Flag to enable data-sharing
- opt_
in bool - Flag to enable data-sharing
- opt
In Boolean - Flag to enable data-sharing
StreamProcessorFaceSearchSettings, StreamProcessorFaceSearchSettingsArgs
- Collection
Id string - The ID of a collection that contains faces that you want to search for.
- Face
Match doubleThreshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
- Collection
Id string - The ID of a collection that contains faces that you want to search for.
- Face
Match float64Threshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
- collection
Id String - The ID of a collection that contains faces that you want to search for.
- face
Match DoubleThreshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
- collection
Id string - The ID of a collection that contains faces that you want to search for.
- face
Match numberThreshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
- collection_
id str - The ID of a collection that contains faces that you want to search for.
- face_
match_ floatthreshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
- collection
Id String - The ID of a collection that contains faces that you want to search for.
- face
Match NumberThreshold - Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.
StreamProcessorKinesisDataStream, StreamProcessorKinesisDataStreamArgs
- Arn string
- ARN of the Kinesis Data Stream stream.
- Arn string
- ARN of the Kinesis Data Stream stream.
- arn String
- ARN of the Kinesis Data Stream stream.
- arn string
- ARN of the Kinesis Data Stream stream.
- arn str
- ARN of the Kinesis Data Stream stream.
- arn String
- ARN of the Kinesis Data Stream stream.
StreamProcessorKinesisVideoStream, StreamProcessorKinesisVideoStreamArgs
- Arn string
- ARN of the Kinesis Video Stream that streams the source video.
- Arn string
- ARN of the Kinesis Video Stream that streams the source video.
- arn String
- ARN of the Kinesis Video Stream that streams the source video.
- arn string
- ARN of the Kinesis Video Stream that streams the source video.
- arn str
- ARN of the Kinesis Video Stream that streams the source video.
- arn String
- ARN of the Kinesis Video Stream that streams the source video.
StreamProcessorNotificationChannel, StreamProcessorNotificationChannelArgs
- Arn string
- ARN of the SNS topic.
- Arn string
- ARN of the SNS topic.
- arn String
- ARN of the SNS topic.
- arn string
- ARN of the SNS topic.
- arn str
- ARN of the SNS topic.
- arn String
- ARN of the SNS topic.
StreamProcessorPoint, StreamProcessorPointArgs
StreamProcessorS3Destination, StreamProcessorS3DestinationArgs
- Bucket
Name string - Name of the S3 bucket.
- Object
Key stringPrefix - The object key prefix path where the results will be stored. Default is no prefix path
- Bucket
Name string - Name of the S3 bucket.
- Object
Key stringPrefix - The object key prefix path where the results will be stored. Default is no prefix path
- bucket
Name String - Name of the S3 bucket.
- object
Key StringPrefix - The object key prefix path where the results will be stored. Default is no prefix path
- bucket
Name string - Name of the S3 bucket.
- object
Key stringPrefix - The object key prefix path where the results will be stored. Default is no prefix path
- bucket_
name str - Name of the S3 bucket.
- object_
key_ strprefix - The object key prefix path where the results will be stored. Default is no prefix path
- bucket
Name String - Name of the S3 bucket.
- object
Key StringPrefix - The object key prefix path where the results will be stored. Default is no prefix path
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.