public static final class CfnChannel.FrameCaptureGroupSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.FrameCaptureGroupSettingsProperty
CfnChannel.FrameCaptureGroupSettingsProperty
CfnChannel.FrameCaptureGroupSettingsProperty.Builder, CfnChannel.FrameCaptureGroupSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getDestination()
The destination for the frame capture files.
|
java.lang.Object |
getFrameCaptureCdnSettings()
Settings to configure the destination of a Frame Capture output.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDestination()
CfnChannel.FrameCaptureGroupSettingsProperty
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.
getDestination
in interface CfnChannel.FrameCaptureGroupSettingsProperty
public final java.lang.Object getFrameCaptureCdnSettings()
CfnChannel.FrameCaptureGroupSettingsProperty
getFrameCaptureCdnSettings
in interface CfnChannel.FrameCaptureGroupSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()