Channel Encoder Settings Output Group Output Group Settings Archive Group Setting Args
data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArgs(val archiveCdnSettings: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArgs>? = null, val destination: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestinationArgs>, val rolloverInterval: Output<Int>? = null) : ConvertibleToJava<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArgs>
Constructors
Link copied to clipboard
constructor(archiveCdnSettings: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArgs>? = null, destination: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestinationArgs>, rolloverInterval: Output<Int>? = null)
Properties
Link copied to clipboard
val archiveCdnSettings: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingArchiveCdnSettingsArgs>? = null
Parameters that control the interactions with the CDN. See Archive CDN Settings for more details.
Link copied to clipboard
val destination: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsArchiveGroupSettingDestinationArgs>
A director and base filename where archive files should be written. See Destination for more details.
Link copied to clipboard
Number of seconds to write to archive file before closing and starting a new one.