Class CfnStreamProcessorProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rekognition.CfnStreamProcessorProps.Jsii$Proxy
All Implemented Interfaces:
CfnStreamProcessorProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnStreamProcessorProps

@Stability(Stable) @Internal public static final class CfnStreamProcessorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamProcessorProps
An implementation for CfnStreamProcessorProps
  • 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

      protected Jsii$Proxy(CfnStreamProcessorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStreamProcessorProps.Builder.
  • Method Details

    • getKinesisVideoStream

      public final Object getKinesisVideoStream()
      Description copied from interface: CfnStreamProcessorProps
      The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.

      For more information, see KinesisVideoStream .

      Specified by:
      getKinesisVideoStream in interface CfnStreamProcessorProps
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnStreamProcessorProps
      The 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:
      getRoleArn in interface CfnStreamProcessorProps
    • getBoundingBoxRegionsOfInterest

      public final Object getBoundingBoxRegionsOfInterest()
      Description copied from interface: CfnStreamProcessorProps
      List of BoundingBox objects, each of which denotes a region of interest on screen.

      For more information, see the BoundingBox field of RegionOfInterest .

      Specified by:
      getBoundingBoxRegionsOfInterest in interface CfnStreamProcessorProps
    • getConnectedHomeSettings

      public final Object getConnectedHomeSettings()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getConnectedHomeSettings in interface CfnStreamProcessorProps
    • getDataSharingPreference

      public final Object getDataSharingPreference()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getDataSharingPreference in interface CfnStreamProcessorProps
    • getFaceSearchSettings

      public final Object getFaceSearchSettings()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getFaceSearchSettings in interface CfnStreamProcessorProps
    • getKinesisDataStream

      public final Object getKinesisDataStream()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getKinesisDataStream in interface CfnStreamProcessorProps
    • getKmsKeyId

      public final String getKmsKeyId()
      Description copied from interface: CfnStreamProcessorProps
      The 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:
      getKmsKeyId in interface CfnStreamProcessorProps
    • getName

      public final String getName()
      Description copied from interface: CfnStreamProcessorProps
      The 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:
      getName in interface CfnStreamProcessorProps
    • getNotificationChannel

      public final Object getNotificationChannel()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getNotificationChannel in interface CfnStreamProcessorProps
    • getPolygonRegionsOfInterest

      public final Object getPolygonRegionsOfInterest()
      Description copied from interface: CfnStreamProcessorProps
      A 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:
      getPolygonRegionsOfInterest in interface CfnStreamProcessorProps
    • getS3Destination

      public final Object getS3Destination()
      Description copied from interface: CfnStreamProcessorProps
      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 .

      Specified by:
      getS3Destination in interface CfnStreamProcessorProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnStreamProcessorProps
      A 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:
      getTags in interface CfnStreamProcessorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object