Class CfnChannel.FrameCaptureGroupSettingsProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnChannel.FrameCaptureGroupSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.FrameCaptureGroupSettingsProperty
  • Constructor Details

  • Method Details

    • getDestination

      public final Object getDestination()
      Description copied from interface: CfnChannel.FrameCaptureGroupSettingsProperty
      The destination for the frame capture files.

      The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.

      Specified by:
      getDestination in interface CfnChannel.FrameCaptureGroupSettingsProperty
    • getFrameCaptureCdnSettings

      public final Object getFrameCaptureCdnSettings()
      Description copied from interface: CfnChannel.FrameCaptureGroupSettingsProperty
      Settings to configure the destination of a Frame Capture output.
      Specified by:
      getFrameCaptureCdnSettings in interface CfnChannel.FrameCaptureGroupSettingsProperty
    • $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