Origin Endpoint Dash Encryption Args
data class OriginEndpointDashEncryptionArgs(val keyRotationIntervalSeconds: Output<Int>? = null, val spekeKeyProvider: Output<OriginEndpointSpekeKeyProviderArgs>) : ConvertibleToJava<OriginEndpointDashEncryptionArgs>
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
Constructors
Link copied to clipboard
constructor(keyRotationIntervalSeconds: Output<Int>? = null, spekeKeyProvider: Output<OriginEndpointSpekeKeyProviderArgs>)