Class CfnChannel.ArchiveGroupSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.ArchiveGroupSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.ArchiveGroupSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.ArchiveGroupSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.ArchiveGroupSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.ArchiveGroupSettingsProperty
An implementation for
CfnChannel.ArchiveGroupSettingsProperty-
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.medialive.CfnChannel.ArchiveGroupSettingsProperty
CfnChannel.ArchiveGroupSettingsProperty.Builder, CfnChannel.ArchiveGroupSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.ArchiveGroupSettingsProperty.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 ObjectSettings to configure the destination of an Archive output.final ObjectA directory and base file name where archive files should be written.final NumberThe number of seconds to write to an archive file before closing and starting a new one.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 theCfnChannel.ArchiveGroupSettingsProperty.Builder.
-
-
Method Details
-
getArchiveCdnSettings
Description copied from interface:CfnChannel.ArchiveGroupSettingsPropertySettings to configure the destination of an Archive output.Returns union: either
IResolvableorCfnChannel.ArchiveCdnSettingsProperty- Specified by:
getArchiveCdnSettingsin interfaceCfnChannel.ArchiveGroupSettingsProperty- See Also:
-
getDestination
Description copied from interface:CfnChannel.ArchiveGroupSettingsPropertyA directory and base file name where archive files should be written.Returns union: either
IResolvableorCfnChannel.OutputLocationRefProperty- Specified by:
getDestinationin interfaceCfnChannel.ArchiveGroupSettingsProperty- See Also:
-
getRolloverInterval
Description copied from interface:CfnChannel.ArchiveGroupSettingsPropertyThe number of seconds to write to an archive file before closing and starting a new one.- Specified by:
getRolloverIntervalin interfaceCfnChannel.ArchiveGroupSettingsProperty- 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()
-