Class CfnStage.AutoParticipantRecordingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnStage.AutoParticipantRecordingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStage.AutoParticipantRecordingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStage.AutoParticipantRecordingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStage.AutoParticipantRecordingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStage.AutoParticipantRecordingConfigurationProperty
An implementation for
CfnStage.AutoParticipantRecordingConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnStage.AutoParticipantRecordingConfigurationProperty
CfnStage.AutoParticipantRecordingConfigurationProperty.Builder, CfnStage.AutoParticipantRecordingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStage.AutoParticipantRecordingConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectHLS configuration object for individual participant recording.Types of media to be recorded.final NumberIf a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together.final StringARN of the StorageConfiguration resource to use for individual participant recording.final ObjectA complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.final inthashCode()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 theCfnStage.AutoParticipantRecordingConfigurationProperty.Builder.
-
-
Method Details
-
getStorageConfigurationArn
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationPropertyARN of the StorageConfiguration resource to use for individual participant recording.Default: "" (empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated.
- Specified by:
getStorageConfigurationArnin interfaceCfnStage.AutoParticipantRecordingConfigurationProperty- See Also:
-
getHlsConfiguration
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationPropertyHLS configuration object for individual participant recording.Returns union: either
IResolvableorCfnStage.HlsConfigurationProperty- Specified by:
getHlsConfigurationin interfaceCfnStage.AutoParticipantRecordingConfigurationProperty- See Also:
-
getMediaTypes
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationPropertyTypes of media to be recorded.Default:
AUDIO_VIDEO.- Specified by:
getMediaTypesin interfaceCfnStage.AutoParticipantRecordingConfigurationProperty- See Also:
-
getRecordingReconnectWindowSeconds
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationPropertyIf a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together.The default value is 0, which disables merging.
Default: - 0
- Specified by:
getRecordingReconnectWindowSecondsin interfaceCfnStage.AutoParticipantRecordingConfigurationProperty- See Also:
-
getThumbnailConfiguration
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationPropertyA complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.Returns union: either
IResolvableorCfnStage.ThumbnailConfigurationProperty- Specified by:
getThumbnailConfigurationin interfaceCfnStage.AutoParticipantRecordingConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-