AccountFilterTrackSelectionConditionArgs

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

Constructors

Link copied to clipboard
constructor(operation: Output<String>, property: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val operation: Output<String>

The condition operation to test a track property against. Supported values are Equal and NotEqual.

Link copied to clipboard
val property: Output<String>

The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.

Link copied to clipboard
val value: Output<String>

The track property value to match or not match.

Functions

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