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