Is Device Match Condition Parameters Args
data class IsDeviceMatchConditionParametersArgs(val matchValues: Output<List<Either<String, IsDeviceMatchValue>>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<Either<String, IsDeviceOperator>>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<IsDeviceMatchConditionParametersArgs>
Defines the parameters for IsDevice match conditions
Constructors
Link copied to clipboard
constructor(matchValues: Output<List<Either<String, IsDeviceMatchValue>>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<Either<String, IsDeviceOperator>>, transforms: Output<List<Either<String, Transform>>>? = null, typeName: Output<String>)