OriginEndpointHlsEncryptionArgs

data class OriginEndpointHlsEncryptionArgs(val constantInitializationVector: Output<String>? = null, val encryptionMethod: Output<OriginEndpointHlsEncryptionEncryptionMethod>? = null, val keyRotationIntervalSeconds: Output<Int>? = null, val repeatExtXKey: Output<Boolean>? = null, val spekeKeyProvider: Output<OriginEndpointSpekeKeyProviderArgs>) : ConvertibleToJava<OriginEndpointHlsEncryptionArgs>

An HTTP Live Streaming (HLS) encryption configuration.

Constructors

Link copied to clipboard
fun OriginEndpointHlsEncryptionArgs(constantInitializationVector: Output<String>? = null, encryptionMethod: Output<OriginEndpointHlsEncryptionEncryptionMethod>? = null, keyRotationIntervalSeconds: Output<Int>? = null, repeatExtXKey: Output<Boolean>? = null, spekeKeyProvider: Output<OriginEndpointSpekeKeyProviderArgs>)

Functions

Link copied to clipboard
open override fun toJava(): OriginEndpointHlsEncryptionArgs

Properties

Link copied to clipboard

A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.

Link copied to clipboard

The encryption method to use.

Link copied to clipboard
val keyRotationIntervalSeconds: Output<Int>? = null

Interval (in seconds) between each encryption key rotation.

Link copied to clipboard
val repeatExtXKey: Output<Boolean>? = null

When enabled, the EXT-X-KEY tag will be repeated in output manifests.