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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnStage.AutoParticipantRecordingConfigurationProperty
CfnStage.AutoParticipantRecordingConfigurationProperty.Builder, CfnStage.AutoParticipantRecordingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStage.AutoParticipantRecordingConfigurationProperty.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 theCfnStage.AutoParticipantRecordingConfigurationProperty.Builder
.
-
-
Method Details
-
getStorageConfigurationArn
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationProperty
ARN 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:
getStorageConfigurationArn
in interfaceCfnStage.AutoParticipantRecordingConfigurationProperty
- See Also:
-
getMediaTypes
Description copied from interface:CfnStage.AutoParticipantRecordingConfigurationProperty
Types of media to be recorded.Default:
AUDIO_VIDEO
.- Specified by:
getMediaTypes
in interfaceCfnStage.AutoParticipantRecordingConfigurationProperty
- 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()
-