Origin Endpoint Hls Encryption Args
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
Interval (in seconds) between each encryption key rotation.
Link copied to clipboard
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
Link copied to clipboard
Parameters for the SPEKE key provider.