Class CfnRecordingConfiguration.RenditionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnRecordingConfiguration.RenditionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecordingConfiguration.RenditionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecordingConfiguration.RenditionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRecordingConfiguration.RenditionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecordingConfiguration.RenditionConfigurationProperty
An implementation for
CfnRecordingConfiguration.RenditionConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnRecordingConfiguration.RenditionConfigurationProperty
CfnRecordingConfiguration.RenditionConfigurationProperty.Builder, CfnRecordingConfiguration.RenditionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRecordingConfiguration.RenditionConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnRecordingConfiguration.RenditionConfigurationProperty.Builder
.
-
-
Method Details
-
getRenditions
Description copied from interface:CfnRecordingConfiguration.RenditionConfigurationProperty
A list of which renditions are recorded for a stream, ifrenditionSelection
isCUSTOM
;otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3 .
- Specified by:
getRenditions
in interfaceCfnRecordingConfiguration.RenditionConfigurationProperty
- See Also:
-
getRenditionSelection
Description copied from interface:CfnRecordingConfiguration.RenditionConfigurationProperty
The set of renditions are recorded for a stream.For
BASIC
channels, theCUSTOM
value has no effect. IfCUSTOM
is specified, a set of renditions can be specified in therenditions
field. Default:ALL
.Default: - "ALL"
- Specified by:
getRenditionSelection
in interfaceCfnRecordingConfiguration.RenditionConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-