Class CfnStreamProcessorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamProcessorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamProcessorProps
CfnStreamProcessorProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rekognition.CfnStreamProcessorProps
CfnStreamProcessorProps.Builder, CfnStreamProcessorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamProcessorProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectList of BoundingBox objects, each of which denotes a region of interest on screen.final ObjectConnected home settings to use on a streaming video.final ObjectAllows you to opt in or opt out to share data with Rekognition to improve model performance.final ObjectThe input parameters used to recognize faces in a streaming video analyzed by an Amazon Rekognition stream processor.final ObjectAmazon Rekognition's Video Stream Processor takes a Kinesis video stream as input.final ObjectThe Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.final StringThe identifier for your Amazon Key Management Service key (Amazon KMS key).final StringgetName()The Name attribute specifies the name of the stream processor and it must be within the constraints described in the Name section of StreamProcessor .final ObjectThe Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.final ObjectA set of ordered lists of Point objects.final StringThe ARN of the IAM role that allows access to the stream processor.final ObjectThe Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.getTags()A set of tags (key-value pairs) that you want to attach to the stream processor.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStreamProcessorProps.Builder.
-
-
Method Details
-
getKinesisVideoStream
Description copied from interface:CfnStreamProcessorPropsThe Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.For more information, see KinesisVideoStream .
Returns union: either
IResolvableorCfnStreamProcessor.KinesisVideoStreamProperty- Specified by:
getKinesisVideoStreamin interfaceCfnStreamProcessorProps- See Also:
-
getRoleArn
Description copied from interface:CfnStreamProcessorPropsThe ARN of the IAM role that allows access to the stream processor.The 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 .
- Specified by:
getRoleArnin interfaceCfnStreamProcessorProps- See Also:
-
getBoundingBoxRegionsOfInterest
Description copied from interface:CfnStreamProcessorPropsList of BoundingBox objects, each of which denotes a region of interest on screen.For more information, see the BoundingBox field of RegionOfInterest .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStreamProcessor.BoundingBoxProperty>- Specified by:
getBoundingBoxRegionsOfInterestin interfaceCfnStreamProcessorProps- See Also:
-
getConnectedHomeSettings
Description copied from interface:CfnStreamProcessorPropsConnected 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 .
Returns union: either
IResolvableorCfnStreamProcessor.ConnectedHomeSettingsProperty- Specified by:
getConnectedHomeSettingsin interfaceCfnStreamProcessorProps- See Also:
-
getDataSharingPreference
Description copied from interface:CfnStreamProcessorPropsAllows 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 .
Returns union: either
IResolvableorCfnStreamProcessor.DataSharingPreferenceProperty- Specified by:
getDataSharingPreferencein interfaceCfnStreamProcessorProps- See Also:
-
getFaceSearchSettings
Description copied from interface:CfnStreamProcessorPropsThe 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 .
Returns union: either
IResolvableorCfnStreamProcessor.FaceSearchSettingsProperty- Specified by:
getFaceSearchSettingsin interfaceCfnStreamProcessorProps- See Also:
-
getKinesisDataStream
Description copied from interface:CfnStreamProcessorPropsAmazon 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 .
Returns union: either
IResolvableorCfnStreamProcessor.KinesisDataStreamProperty- Specified by:
getKinesisDataStreamin interfaceCfnStreamProcessorProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnStreamProcessorPropsThe identifier for your Amazon Key Management Service key (Amazon KMS key).Optional 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 .
- Specified by:
getKmsKeyIdin interfaceCfnStreamProcessorProps- See Also:
-
getName
Description copied from interface:CfnStreamProcessorPropsThe Name attribute specifies the name of the stream processor and it must be within the constraints described in the Name section of StreamProcessor . If you don't specify a name, Amazon CloudFormation generates a unique ID and uses that ID for the stream processor name.- Specified by:
getNamein interfaceCfnStreamProcessorProps- See Also:
-
getNotificationChannel
Description copied from interface:CfnStreamProcessorPropsThe 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 .
Returns union: either
IResolvableorCfnStreamProcessor.NotificationChannelProperty- Specified by:
getNotificationChannelin interfaceCfnStreamProcessorProps- See Also:
-
getPolygonRegionsOfInterest
Description copied from interface:CfnStreamProcessorPropsA set of ordered lists of Point objects. Each entry of the set contains a polygon denoting a region of interest on the screen. Each polygon is an ordered list of Point objects. For more information, see the Polygon field of RegionOfInterest .- Specified by:
getPolygonRegionsOfInterestin interfaceCfnStreamProcessorProps- See Also:
-
getS3Destination
Description copied from interface:CfnStreamProcessorPropsThe 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 .
Returns union: either
IResolvableorCfnStreamProcessor.S3DestinationProperty- Specified by:
getS3Destinationin interfaceCfnStreamProcessorProps- See Also:
-
getTags
Description copied from interface:CfnStreamProcessorPropsA set of tags (key-value pairs) that you want to attach to the stream processor.For more information, see the Tags section of CreateStreamProcessor .
- Specified by:
getTagsin interfaceCfnStreamProcessorProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-