StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingTrackConditionArgs

data class StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingTrackConditionArgs(val operation: Output<String>, val property: Output<String>, val value: Output<String>) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingTrackConditionArgs>

Constructors

constructor(operation: Output<String>, property: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val operation: Output<String>

The track property condition operation. Possible value is Equal. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val property: Output<String>

The track property type. Possible value is FourCC. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val value: Output<String>

The track property value. Changing this forces a new Streaming Policy to be created.

Functions

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