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
constructor(constantInitializationVector: Output<String>? = null, encryptionMethod: Output<OriginEndpointHlsEncryptionEncryptionMethod>? = null, keyRotationIntervalSeconds: Output<Int>? = null, repeatExtXKey: Output<Boolean>? = null, spekeKeyProvider: Output<OriginEndpointSpekeKeyProviderArgs>)

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.

Link copied to clipboard

Parameters for the SPEKE key provider.

Functions

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