Class CfnStreamProcessorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamProcessorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamProcessorMixinProps
CfnStreamProcessorMixinProps-
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.cfnpropertymixins.services.rekognition.CfnStreamProcessorMixinProps
CfnStreamProcessorMixinProps.Builder, CfnStreamProcessorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamProcessorMixinProps.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 theCfnStreamProcessorMixinProps.Builder.
-
-
Method Details
-
getBoundingBoxRegionsOfInterest
Description copied from interface:CfnStreamProcessorMixinPropsList 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: '<'eitherIResolvableorCfnStreamProcessorPropsMixin.BoundingBoxProperty>- Specified by:
getBoundingBoxRegionsOfInterestin interfaceCfnStreamProcessorMixinProps- See Also:
-
getConnectedHomeSettings
Description copied from interface:CfnStreamProcessorMixinPropsConnected 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
IResolvableorCfnStreamProcessorPropsMixin.ConnectedHomeSettingsProperty- Specified by:
getConnectedHomeSettingsin interfaceCfnStreamProcessorMixinProps- See Also:
-
getDataSharingPreference
Description copied from interface:CfnStreamProcessorMixinPropsAllows 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
IResolvableorCfnStreamProcessorPropsMixin.DataSharingPreferenceProperty- Specified by:
getDataSharingPreferencein interfaceCfnStreamProcessorMixinProps- See Also:
-
getFaceSearchSettings
Description copied from interface:CfnStreamProcessorMixinPropsThe 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
IResolvableorCfnStreamProcessorPropsMixin.FaceSearchSettingsProperty- Specified by:
getFaceSearchSettingsin interfaceCfnStreamProcessorMixinProps- See Also:
-
getKinesisDataStream
Description copied from interface:CfnStreamProcessorMixinPropsAmazon 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
IResolvableorCfnStreamProcessorPropsMixin.KinesisDataStreamProperty- Specified by:
getKinesisDataStreamin interfaceCfnStreamProcessorMixinProps- See Also:
-
getKinesisVideoStream
Description copied from interface:CfnStreamProcessorMixinPropsThe 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
IResolvableorCfnStreamProcessorPropsMixin.KinesisVideoStreamProperty- Specified by:
getKinesisVideoStreamin interfaceCfnStreamProcessorMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnStreamProcessorMixinPropsThe 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 interfaceCfnStreamProcessorMixinProps- See Also:
-
getName
Description copied from interface:CfnStreamProcessorMixinPropsThe 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 interfaceCfnStreamProcessorMixinProps- See Also:
-
getNotificationChannel
Description copied from interface:CfnStreamProcessorMixinPropsThe 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
IResolvableorCfnStreamProcessorPropsMixin.NotificationChannelProperty- Specified by:
getNotificationChannelin interfaceCfnStreamProcessorMixinProps- See Also:
-
getPolygonRegionsOfInterest
Description copied from interface:CfnStreamProcessorMixinPropsA 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 interfaceCfnStreamProcessorMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnStreamProcessorMixinPropsThe 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 interfaceCfnStreamProcessorMixinProps- See Also:
-
getS3Destination
Description copied from interface:CfnStreamProcessorMixinPropsThe 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
IResolvableorCfnStreamProcessorPropsMixin.S3DestinationProperty- Specified by:
getS3Destinationin interfaceCfnStreamProcessorMixinProps- See Also:
-
getTags
Description copied from interface:CfnStreamProcessorMixinPropsA 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 interfaceCfnStreamProcessorMixinProps- 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()
-