@Stability(value=Stable) @Internal public static final class CfnStreamProcessorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamProcessorProps
CfnStreamProcessorPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnStreamProcessorProps.Builder, CfnStreamProcessorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStreamProcessorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStreamProcessorProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBoundingBoxRegionsOfInterest()
List of BoundingBox objects, each of which denotes a region of interest on screen.
|
Object |
getConnectedHomeSettings()
Connected home settings to use on a streaming video.
|
Object |
getDataSharingPreference()
Allows you to opt in or opt out to share data with Rekognition to improve model performance.
|
Object |
getFaceSearchSettings()
The input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.
|
Object |
getKinesisDataStream()
Amazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.
|
Object |
getKinesisVideoStream()
The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.
|
String |
getKmsKeyId()
The identifier for your Amazon Key Management Service key (Amazon KMS key).
|
String |
getName()
The Name attribute specifies the name of the stream processor and it must be within the constraints described in the Name section of [StreamProcessor](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StreamProcessor) .
|
Object |
getNotificationChannel()
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
|
Object |
getPolygonRegionsOfInterest()
A set of ordered lists of [Point](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_Point) objects.
|
String |
getRoleArn()
The ARN of the IAM role that allows access to the stream processor.
|
Object |
getS3Destination()
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
|
List<CfnTag> |
getTags()
A set of tags (key-value pairs) that you want to attach to the stream processor.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnStreamProcessorProps.Builder builder)
CfnStreamProcessorProps.Builder.public final Object getKinesisVideoStream()
CfnStreamProcessorPropsFor more information, see KinesisVideoStream .
getKinesisVideoStream in interface CfnStreamProcessorPropspublic final String getRoleArn()
CfnStreamProcessorPropsThe IAM role provides Rekognition read permissions to the Kinesis stream. It also provides write permissions to an Amazon S3 bucket and Amazon Simple Notification Service topic for a connected home stream processor. This is required for both face search and connected home stream processors. For information about constraints, see the RoleArn section of CreateStreamProcessor .
getRoleArn in interface CfnStreamProcessorPropspublic final Object getBoundingBoxRegionsOfInterest()
CfnStreamProcessorPropsFor more information, see the BoundingBox field of RegionOfInterest .
getBoundingBoxRegionsOfInterest in interface CfnStreamProcessorPropspublic final Object getConnectedHomeSettings()
CfnStreamProcessorPropsYou 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 .
getConnectedHomeSettings in interface CfnStreamProcessorPropspublic final Object getDataSharingPreference()
CfnStreamProcessorPropsYou 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 .
getDataSharingPreference in interface CfnStreamProcessorPropspublic final Object getFaceSearchSettings()
CfnStreamProcessorPropsFor more information regarding the contents of the parameters, see FaceSearchSettings .
getFaceSearchSettings in interface CfnStreamProcessorPropspublic final Object getKinesisDataStream()
CfnStreamProcessorPropsThis 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 .
getKinesisDataStream in interface CfnStreamProcessorPropspublic final String getKmsKeyId()
CfnStreamProcessorPropsOptional parameter for connected home stream processors used to encrypt results and data published to your Amazon S3 bucket. For more information, see the KMSKeyId section of CreateStreamProcessor .
getKmsKeyId in interface CfnStreamProcessorPropspublic final String getName()
CfnStreamProcessorPropsgetName in interface CfnStreamProcessorPropspublic final Object getNotificationChannel()
CfnStreamProcessorPropsAmazon 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 .
getNotificationChannel in interface CfnStreamProcessorPropspublic final Object getPolygonRegionsOfInterest()
CfnStreamProcessorPropsgetPolygonRegionsOfInterest in interface CfnStreamProcessorPropspublic final Object getS3Destination()
CfnStreamProcessorPropsFor more information, see the S3Destination section of StreamProcessorOutput .
getS3Destination in interface CfnStreamProcessorPropspublic final List<CfnTag> getTags()
CfnStreamProcessorPropsFor more information, see the Tags section of CreateStreamProcessor .
getTags in interface CfnStreamProcessorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.