public static final class CfnRecordingConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordingConfigurationProps
CfnRecordingConfigurationProps
CfnRecordingConfigurationProps.Builder, CfnRecordingConfigurationProps.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 |
getDestinationConfiguration()
A destination configuration contains information about where recorded video will be stored.
|
java.lang.String |
getName()
Recording-configuration name.
|
java.lang.Number |
getRecordingReconnectWindowSeconds()
If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.Object |
getThumbnailConfiguration()
A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session.
|
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 getDestinationConfiguration()
CfnRecordingConfigurationProps
See the DestinationConfiguration property type for more information.
getDestinationConfiguration
in interface CfnRecordingConfigurationProps
public final java.lang.String getName()
CfnRecordingConfigurationProps
The value does not need to be unique.
getName
in interface CfnRecordingConfigurationProps
public final java.lang.Number getRecordingReconnectWindowSeconds()
CfnRecordingConfigurationProps
Default : 0
getRecordingReconnectWindowSeconds
in interface CfnRecordingConfigurationProps
public final java.util.List<CfnTag> getTags()
CfnRecordingConfigurationProps
For more information, see Tag .
getTags
in interface CfnRecordingConfigurationProps
public final java.lang.Object getThumbnailConfiguration()
CfnRecordingConfigurationProps
See the ThumbnailConfiguration property type for more information.
getThumbnailConfiguration
in interface CfnRecordingConfigurationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()